- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 02:58 AM
Hello, is there an equivalent to the IncidentState script include for change management?
When updating incident state values (e.g. in a business rule), it is recommended to use "IncidentState.CLOSED" instead of '7'.
Within change management I couldnt find a similiar script include. So I assume I have to hard coded the state value into my business rule or does anyone know about a best practice alternative?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 03:10 AM - edited 05-21-2025 03:16 AM
Hello @Tim Noack ,
There is no equivalent Script Include for Change Requests out of the box.
But this does not mean you have to hard code the state values in your logic. You could simply create your own Script Include, based on IncidentStateSNC but adjusted for the Change Request states.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 03:10 AM - edited 05-21-2025 03:16 AM
Hello @Tim Noack ,
There is no equivalent Script Include for Change Requests out of the box.
But this does not mean you have to hard code the state values in your logic. You could simply create your own Script Include, based on IncidentStateSNC but adjusted for the Change Request states.
Regards,
Robert