I am using rest api to update changes from SNOW to Jira as well as have written a plugin in jira which listens for event change in jira to send the update back to SNOW.
When an update call happens to jira using rest api for the same update Jira update event is getting triggered? Why is it happening so?
How can i restrict in plugin code so that same update i got using rest ap,i to be send back to snow?
Any quick solutions would be really appreciated.
Thanks
Shilpa
The REST API is behaving as it should - an event is fired when an issue is being changed.
There's no way to stop this, because you shouldn't - the events are needed as part of the process of changing issues.
Hi Nic,
If so how can i restrict the same change that came from Service Now not to go back as an update to them?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll need to look at the connector that is sending something over to Service Now - if it is event triggered, it needs to be coded to understand that changes coming from Service Now should not be played back.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic will try to check using the user who updates through rest api & then not to sent the updates back if its that user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.