WE have issuetypes with well over 20-30 states and many more transitions. These issues are linked to external applications such as Salesforce. When the issue is changed through a change in the external application, the state or transition is not known but we still want to be able to run a post function. The only way so far has been to add a post-function to all the transitions of the issuetype. This is time consuming and prone to error.
Is there an easy way to define a post function for all the transitions of a specific issuetype?
Hello,
You could use a listener. If not all transitions have to execute the listener, then you would need to add your custom event to the required transitions, or you can make a condition in your listener.
Sounds a plausible solution but I still have to figure out how to do it. Thanks for the answer.
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.