I created a new workflow and now want to notify Reports automatically when the status get set from e.g. OPEN to DONE. However, I did not find any suitable documentation.
So to achieve this, you would need to add reporters to the notification scheme, but first check what is being fired out in the post function, it can be generic event or some other event. If it's generic event then you would need to add reporter to the generic event in the notification scheme:
So basically what will happen is that when a transition is triggered or when a status is changed, JIRA will action the post function and one of the post function is to fire out this event. As long as the user is added to the event, the user would receive notifications.
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.