ServiceNow Report for a specific Person and his direct Reports

Kristoff15
Tera Contributor

Hello,

 

I am looking to create a report to show all tickets assigned to a specific Person and all his direct reports. He and his team belong to different and multiple Assignment Groups. I know I can add a filter to select their names as Assigned To but I dont want to keep updating this report for whenever a person joins his team or leaves. Any suggestions on how I can achieve this?

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @Kristoff15,

 

Create a report based on the task table with the condition "assigned to.manager is xxx". By doing this, you will always get incidents, problems, changes etc. assigned to persons where he is listed as manager.

 

f 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/

View solution in original post

2 REPLIES 2

AndersBGS
Tera Patron
Tera Patron

Hi @Kristoff15,

 

Create a report based on the task table with the condition "assigned to.manager is xxx". By doing this, you will always get incidents, problems, changes etc. assigned to persons where he is listed as manager.

 

f 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/

Kristoff15
Tera Contributor

This is exactly what I was looking for! Thank you!!!