- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2017 05:21 AM
My team works on both Incident's and Tasks. I am trying to build a report that will show all closed/resolved tasks and incidents today. Ideally it would show when one of my team members marks it as resolved/closed and not the systems reporting of closed (I believe there is a waiting period to be reopened).
I have what I believe is a working version of the report for Incidents only, however I can't think of a way to combine the two reports.
Appreciate any advice I can get.
Have a great day!
-Chase
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2017 10:51 AM
RE: how to find the version when you're not an admin: on older versions, you can get it by hovering over the logo at the top left (newer versions just say "Powered by ServiceNow").
You can also go to [yourinstance].service-now.com/stats.do
The Build Name will give you the human name of the version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2017 07:54 AM
Use Assignment Group then is and then type this in the box
javascript:getMyGroups()
You'll want to do that for both conditions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2017 07:55 AM
Chase Richardson wrote:
...I do have the assignment group setup in the top section of conditions, but I'm assuming the OR conditions are overriding that.
Correct, you have to define this Assignment Group condition in every "OR" branch then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2017 12:37 PM
Thank you, that definitely seems to have gotten me a lot closer to what I'm looking for with this report. However it's still showing incidents/tickets that were "closed" by a team member last week that the system hasn't closed until today. Ideally I'm looking to ONLY see things that were set to closed/resolved by a team member today.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2017 12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2017 06:23 PM
How did you walk to Incident.Resolved? Can't seem to get there.
