How to track reopen of resolved tickets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 09:40 AM
We would like to track how many incidents have been reopened after being marked resolved.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 11:50 AM
There is an out of the box field on the incident table called "Reopen count" populated by a business rule named "Reopen Count". This field will increment whenever an incident is either Resolved or Closed and switches back to In Progress. That might fit your needs - any incident where Reopen Count <=1.
If not, you can examine the way this was implemented (you'll also need to look at the script include used in the condition and make a modified version) and create your own field and process to flag an incident specifically when it moves from Resolved back to In Progress.
I hope this helps!
If this was helpful, or correct, please be kind and mark the answer appropriately.
Michael Jones - Proud member of the GlideFast Consulting Team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2024 05:23 AM
Create a Report with Incident table & choose condition reopen count greater than 0, you will get the results.