Recent searches


No recent searches

Jason Brown's Avatar

Jason Brown

Joined Apr 18, 2023

·

Last activity Jul 06, 2023

Following

0

Followers

0

Total activity

4

Votes

0

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Jason Brown

Jason Brown commented,

Community comment Q&A - Reporting and analytics

We use VALUE to nest logic statements in calculated metrics. This lets us create and update calculated metrics by updating a single source calculated metric, instead of going through and updating multiple metrics with the needed changes.

While we can go in and update each calculated metric to fix this, this makes creating and maintaining metrics much harder.

Are there any plans to reintroduce some type of metric handling now that this limitation has been introduced?

For example:

Initial Metric (Returned to Tier 1):

IF ([Changes - Field name]="status" 
  AND ([Changes - Previous value]="pending"
    OR [Changes - Previous value]="solved")
  AND [Changes - New value] ="open"
   AND [Ticket group] = "Tier 1")  
THEN [Ticket ID]
ENDIF

Child Metric:

IF (
    VALUE(Returned Tier 1) != NULL 
    AND [Update - Week of year] > [Ticket created - Week of year]
) THEN [Ticket ID] 
ELSE NULL
ENDIF

View comment · Posted Jul 06, 2023 · Jason Brown

0

Followers

0

Votes

0

Comments


Jason Brown commented,

CommentAccounts and billing

If you rename your subdomain, will Zendesk email aliases (not external email aliases) be updated as well, or does this change require that Zendesk Email aliases be recreated.

This document states that new Zendesk addresses cannot be created until after several hours after the domain was updated. If we must recreate all Zendesk emails this essentially mean that no emails will work for several hours.

Can Zendesk confirm what happens to Zendesk email aliases when a renaming happens?

View comment · Posted Apr 18, 2023 · Jason Brown

0

Followers

0

Votes

0

Comments