I'd like to receive the post notification when an isssue created or status updated.
I've tried to add the Scriptrunner listener to listen to the "event - issue created” and "event - issue deleted", and then I am able to receive the post when an issue created or deleted.
But I also want to get the post when the status transited from one to another, if I can make it with adding the "event - issue upadted"?
As someone told me that the "event - issue updated" will only listen to the updates of the parameters but not the status changes.
Looking forward to your help, thanks a lot
Have a look at the workflow - in the transitions, look for the post-functions, you will find they all have a post-function for "fire event" - that's what you'll need your listener to listen for!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.