Hello,
I need to change the workflow of my issue automatically. Whenever the user transits the last step of a workflow, the other workflow's first step should become the next step for the issue in the same project. (without cloning)
Manually it is possible by "move issue" feature on an issue. But I need automation here.
Are there any plugin available? Or any other configurations?
Thanks in advance,
Pooja
Hello @Pooja Singh
You can do it with Scriptrunner. But it will be not that easy.
There is no outofthebox functions to do this even with scriptrunner.
You will need to write custom script using wokflowManagers's function migrateIssueToWorkFlow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.