Hi,
We are trying to get the current workflow state Id whenever the IssueType Listener is called so that we can perform actions whenever the Issue is changed a selected state.
Also, can someone please tell what is the actionId associated to any IssueEvent?
If anyone has any idea for this, please let us know.
Regards,
Apoorva
Hi @Apoorva Sharma ,
within a listener you could use the following class com.atlassian.jira.event.type.EventType that contains id for each event.
example : EventType.ISSUE_CREATED_ID
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.