Report on all ticket tags for tickets, filtered by a specific tag

5 コメント

  • Dane
    Zendesk Engineering
    Hi Emma,

    You can either create custom attribute that will specifically count the tickets with the tech tag. Then, use the default tag attribute to show all the tags.

    Reference: Reporting with tags
    0
  • Murilo

    I'm having difficulty with the same problem that Emma Coley brought up.
    I can't put all the tags present in a ticket in the report
    Is there any way to do this?
    This answer is not present in Reporting with tags

    1
  • Zsa Trias
    Zendesk Customer Care

    Hello Murilo,

    You should be able to use this formula from the article you linked to create a filter to display only tickets where the tag is present:

    IF (INCLUDES_ANY([Ticket tags], "united_states")) THEN True ELSE False ENDIF

    Then, you can still add the attribute "Ticket tags" in Rows, to display all the tags that are present in the ticket. 



    0
  • Murilo

    Thanks, I got it.

    But what I need to creat is a report like this

    Is it possible? Could you help me?

    0
  • Zsa Trias
    Zendesk Customer Care

    Hello Murilo,

    If you wish to report on the number of tickets which has all of those tags present, you would need to create a custom attribute like this:

    IF (INCLUDES_ALL([Ticket tags], "small_drink","sla_tag","twotag","onetag","pecan_pie")) THEN "set of tags 1" 
    ELIF (INCLUDES_ALL([Ticket tags], "small_drink","pecan_pie")) THEN "set of tags 2" ELSE NULL ENDIF
    0

サインインしてコメントを残してください。

Powered by Zendesk