Metric for Unassigned Tickets | Community
Skip to main content

Metric for Unassigned Tickets

  • May 17, 2022
  • 1 reply
  • 0 views

Helen15

I need to create a calculated metric for all open tickets without an assignee but I am struggling with this can anyone help?

I have tried some simple things like [Assignee name] = "NULL"

 

1 reply

  • May 18, 2022
Hi Helen,
 
You can try this formula:
IF [Assignee name]=NULL THEN [Ticket ID] ENDIF
Use the aggregators COUNT or D_COUNT with this metric, and that should show you the count of tickets that are currently unassigned.