- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 09:09 AM
Hi, I'm trying to find out if there is a way to extract the report that shows all assignment groups the ticket passed through?
I thought of creating a table with the name of the assignment group.
Has anyone done this? can you help me?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 09:26 AM
Hello,
Create a report on the metric Instance table(metric_instance)
Apply the filter Definition is Assignment Group
Then group it by ID field.
You will get all the Incidents with all the assignment group in the value field they have passed through
Please mark answer correct/helpful based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 09:26 AM
Hello,
Create a report on the metric Instance table(metric_instance)
Apply the filter Definition is Assignment Group
Then group it by ID field.
You will get all the Incidents with all the assignment group in the value field they have passed through
Please mark answer correct/helpful based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 09:45 AM
Hello,
If my answer worked for you will appreciate if you can mark it as correct.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 08:16 AM
It worked, the report brings the information I needed.
Thank you very much.