Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the workflow state Id for IssueTypeEvent?

Apoorva Sharma
Contributor
December 20, 2022

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

1 answer

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
March 9, 2023

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

Suggest an answer

Log in or Sign up to answer