最近搜索
没有最近搜索

Melissa Kibrick
已加入2021年4月15日
·
最后活动2022年2月14日
关注
0
关注者
0
活动总数
5
投票
0
订阅
2
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Melissa Kibrick
Melissa Kibrick 进行了评论,
Joe,
Thank you for the query. I tested it and for some reason it still isn't working. I have about 3860 total tickets, 560 tickets with the tag, and I get 3840 without the tag. I can't get the math to add up. Your formula seems to equally track with the total tickets.
查看评论 · 已于 2018年12月27日 发布 · Melissa Kibrick
0
关注者
0
投票
0
评论
Melissa Kibrick 创建了一个帖子,
I have a tag that signifies whether my tickets were escalated to Jira. I want to create a dashboard that helps my team compare the relative number of tickets, length until solved, etc of tickets with and without this tag. I cannot figure out how to create this as a filter, attribute, or custom metrics. Here is what I tried for a simple count the number of tickets without this tag:
IF (NOT([Ticket Tags]="jira_escalated"))
THEN [Ticket ID]
ENDIF
But the Count is over 3x the number of tickets in my database and the D_Count is almost the same as the total tickets.
This formula appears to work to count the tickets with the tag:
IF ([Ticket Tags] = "jira_escalated")
THEN [Ticket ID]
ENDIF
已于 2018年12月26日 发布 · Melissa Kibrick
0
关注者
11
投票
11
评论