Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Situation:
ServiceNow Incident is Exalated and creates a bug in Jira.
When SNOW incident is Resolved, it marks the Jira ticket as Closed.
Requirement:
When we re-open the SNOW incident, we want another (new) bug created in Jira.
And the SNOW incident can be reopened multiple times i.e. new bugs should be created every time.
How would this be possible programmatically i.e. how would we call the Exalate function from Snow outgoing script?
Also, how we "know" every time the state change to reopened has been made?
Thanks
Hi Syed,
I believe the best approach is to make sure the incident gets Unexalated, so you'll do in the Jira incoming:
Then, set a trigger in ServiceNow to match the Re-open state.
Kind regards,
Ariel