Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello
I'd like to change workflow scheme for many project.
I checked articles and I see that CLI (command line interface) allows to change project schemes- i can execute command like this
--action updateProject --project "<projectKey>" --workflowScheme <workflowschemeID>
but how can I execute this command for many projects?
is there something like
--action updateProject --project IN ("<projectKey>", ...) --workflowScheme <workflowschemeID>
?
2) is it possible to create the same function in Script runner?
Thanks,
Fyodor
Use runFromProjectList, runFromList, or similar to run the same action against a number of projects. You would use the @project@ replacement variable. In the case of workflow schemes, the scheme must be compatible with the existing scheme (no issue migrations required).
Hi Bob
Thank you for advice, unfortunately my changing scheme procedure is asking about issue migration also. So I am going change schemes manually or directly in database.
Thanks,
Fyodor
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.