Incident Auto close issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2017 10:28 PM
Hello All,
We have the default Scheduled job & business rule to auto close the silent "Resolved" incident after 3 days.
It's working fine for all users except one user.
We tried to find out the exact issue, but scheduled job and business rules are fine & running daily.
What is the problem behind this?
Could anyone help me with this?
Regards,
Anna.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2017 08:28 PM
Yes you can, its just requires a small change in the incident state filter. Modify addQuery to consider Awaiting User info records instead.
gr.addQuery('incident_state', IncidentState.RESOLVED);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 03:01 AM
Sorry to be a pain, but where would i find this? Is it possible to give me a screenshot of this?
Thanks,
Zubaid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2017 04:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2017 10:51 AM
Right click on incident state label and configure choice list. There you should be able to find out backend values for all choice labels.