Prevent to rize event when issue transitioning by script

Игорь Михайлович Колыбаев
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 16, 2024

Hi!

I do transition of issue by script like

workflowTransitionUtil.setIssue(issue);
workflowTransitionUtil.setUsername(user.getUsername());
workflowTransitionUtil.setAction(actionId);
workflowTransitionUtil.validate();
workflowTransitionUtil.progress();

Can I prevent to rize "issue transitioned" event?

Maybe something like EventDispatchOption.DO_NOT_DISPATCH as for issue updating.

0 answers

Suggest an answer

Log in or Sign up to answer