When i create an issue and assign an assignee before pressing the "create" button, i want to jump into a certain status.
Thanks for help.
Hi @Tung Duong
You can try out one of the post-functions of scriptrunner (Fast-track transition)
In create transition --> Post-function --> Script Runner post-function --> Fast-track Transition
In Condition : issue.assignee (it'll validate your issue has assignee or not)
ActionID: select the transition ID which you want to execute(NOTE: it should have the transition from the initial state to the state you want jump)
You can skip permissions & validators if you want
You should place this post-function after workflow fire-event function, so the order would be
1. create issue originally
2. fire-event
3. fast-track transtion
BR,
Leo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you, works also for me ( * )Y( * )
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.