Solved tickets without merged tickets (closed_by_merge tag)
Hi all,
can anyone confirm if that formula is correct if I'd like to see all solved tickets without the "closed by merge tickets"?
IF ([Ticket status - Unsorted] = "Solved" OR [Ticket status - Unsorted] = "Closed")
AND (NOT INCLUDES_ANY([Ticket tags], "closed_by_merge"))
THEN [Ticket ID]
ENDIF
Thx for your help
-
Hi Florian,
Yes, for me it works as you described it.
:)
-
Hi Violeta,
thx for your quick response!
Please sign in to leave a comment.
2 Comments