Hi,
I am trying to get the action id when Status is changed in a JIRA issue.
I am using event listener to get the issue in which status has been changed. Is there a way I can get what actionid was performed.
Right now, I am working with default workflow. So linked steps are coming as null. Is there any JAVA API where I can get Status to action mapping.
Very poor, no answers since 2019.
I am fighting with this as well and the only event where I can see the transitionId (actionId) is when using a webhook. There you can find it in the json payload.
BR
Heiko Gerlach
Not sure which answer here was accepted, but since I don't see an answer, how about this one?
In a listener, you can listen for a change to the status field. From there, you can derive it from the changelog, like so:
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.