can we change JIRA workflow scheme using groovy?

srinivasp
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 5, 2013

We are planning to introduce new issue types which includes epic and story types to existing issue types. So I have created a new scheme copied from the existing scheme and added epic and story and associated all the projects but there is no option to directly association the new workflow scheme to all the projects. So i am thinking of writing groovy to associate this new scheme for all the projects? Is this a right approach? Please suggest.

1 answer

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 5, 2013

JIRA Command Line Interface has updateProject which will change the workflow scheme provided issue migration is not required. This can be use with something like

jira --action runFromProjectList --common "--action updateProject --project @project@ --workflowScheme xxx"

Suggest an answer

Log in or Sign up to answer