Incident First Response metric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 06:22 AM
Hi Team I have a requirement where incident is upgraded to P1/P2 'Incident First Response' metrics start date to updated as current time when the 'major incident state' field is updated proposed/accepted . If rejected then it should update the Incident First Response START CONDITION override to the default (existing: CREATED TIME).
I have tried the below script it is not working, can some one help me on this.
Requirements:
1. START CONDITION - the incident ticket MAJOR INCIDENT STATE is PROPOSED
2. STOP CONDITION - the incident ticket State is changed to or equal to IN PROGRESS, On-Hold, Resolved, Assigned
3. Assignment group is SD-GBL-CIMG
4. Assignee is not empty
5. Major Incident state is equal to ACCEPTED only
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 05:10 AM
Can you describe what you mean when you say "not working"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 11:13 PM
Hello Rob,
i have added the below condition to the existing code , where it has to update the 'Incident First Response Timestamp' metric start field to be updated with the actual time , when major incident state = proposed and if rejected it should follow the existing condition (incident creation)
but this is not working as it is still taking the incident creation date.