How to extract the number of re-opened tickets and assigned to each team members

PrasadWT
Tera Contributor

am trying to get the  number of re-opened tickets for the month of February. 

And also, with the user IDs, who has worked on those.

i tried to do with the

below 

 

Definition is MRIM AssignedTo 

Value is one of << user1, user2, user3 >>

 

 

but its showing me  " no records to display"

can anyone pls help me to get the number of re-opened tickets.

4 REPLIES 4

AndersBGS
Tera Patron
Tera Patron

Hi @PrasadWT ,

 

In the report designer, you can create a report in the incident table by utilizing below filter:

AndersSkovbjer_0-1678788783214.png

This will give you the tickets that is not resolved, closed and cancelled which has been reopened.

 

If my answer has helped with your question, please mark my answer as accepted solution and  give a thumb up.

 

best regards

Anders

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Thanks for your response. Anders. But , for me, when i have tried it with this reopencount , am getting different set of values. So, do I need to add few more filters for achieving this. 

You can try below conditions

 

Reopen count grater than 0 AND

 

State is anything AND

 

Assigned To is not empty AND

 

Opened between x - y dates (1 - 28th February)

 

By applying these, you will be able to see tickets which reopened at least one time and assigned to field is not empty. (Ticket was taken over by someone previously) You can then Group By Assigned To field to see people who worked on the tickets seperately.

 

Hi @PrasadWT ,

 

When stating that you getting a different set of values - What do you mean? Have you verified the tickets and why you see them? And in relation to this, what filter you then need to create? 

 

If my answer has helped with your question, please mark my answer as accepted solution and  give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/