最近の検索
最近の検索はありません

Melissa Kibrick
参加日2021年4月15日
·
前回のアクティビティ2022年2月14日
フォロー中
0
フォロワー
0
合計アクティビティ
5
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Melissa Kibrick
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
コメント