Hello Community,
Thank you for taking the time to look at my post!
I am working in JIRA CLOUD and I would like to create a custom Alert that will be execute when an issue is updated (I am using a Listener).
The use case is:
User updates a certain field. This triggers an issue update even which is captured by a listener I created. This listener has code that will transition the issue from X to Y status (this works fine).
My gap is:
When the transition code runs in the listener I will check for a status code of 204 (success). If this statement is true then I want to add code that will display an Alert with a custom message "Your issue was transitioned from status X to Y because of _____".
In JIRA Server/DC you can use UserMessageUtil for the above but for CLOUD I cannot find a similar library.
Does anyone have any insight on how I can add this functionality into my Listener code.
Thank you!
-Roberto