Pesquisas recentes
Sem pesquisas recentes

Melissa Kibrick
Entrou em 15 de abr. de 2021
·
Última atividade em 14 de fev. de 2022
Seguindo
0
Seguidores
0
Atividade total
5
Votos
0
Assinaturas
2
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Melissa Kibrick
Melissa Kibrick comentou,
Jon, thank you for the reply. This is a major feature we are looking for in our reports. Good to know that it wasn't me though I have spent a lot of hours trying to get this to work.
Exibir comentário · Publicado 28 de dez. de 2018 · Melissa Kibrick
0
Seguidores
0
Votos
0
Comentários
Melissa Kibrick comentou,
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.
Exibir comentário · Publicado 27 de dez. de 2018 · Melissa Kibrick
0
Seguidores
0
Votos
0
Comentários
Melissa Kibrick criou uma publicação,
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
Publicado 26 de dez. de 2018 · Melissa Kibrick
0
Seguidores
11
Votos
11
Comentários