Is there a way to change the workflow and workflow scheme for multiple projects at the same time?
Joseph,
The easiest way that I can think of is by writing a script and using the JIRA Command Line Interface Plugin: https://bobswift.atlassian.net/wiki/display/JCLI/JIRA+Command+Line+Interface
Cheers,
Pedro
As long as the scheme change doesn't required issue migration:
--action runFromList --list "PROJECTA, PROJECTB" --common "--action updateProject --project @entry@ --workflowScheme xxx"
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.