The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to - script for apllying screen scheme to plenty of projects

Rumceisz
Contributor
April 1, 2013

Hi All,

we have an uncomfortable situation because we need to apply a screen scheme for 120 projects. Is there a script with we could do it instantly instead of doing one-by-one?

Thanks for your help!

Cheers,
Rumi

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Naren
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 Champions.
April 1, 2013

Can you try using the Jira Command Line Interface Plugin for this task. Just have a look at the below example.

jira --action updateProject --project "zjiracli" --issueTypeScreenScheme "Default Issue Type Screen Scheme"

jira --action updateProject --project "zjiracli" --workflowScheme "" --issueTypeScheme "" --fieldConfigurationScheme "" --issueTypeScreenScheme ""

Also refr JCLI Examples for more information.

Hope this helps.

Rumceisz
Contributor
April 1, 2013

Hi Naren,

thanks for the help!

Sorry, we don't have ths plugin and it's charged. Is there a Jelly Script solution for that?

Naren
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 Champions.
April 1, 2013

To my knowledge, you can download it and JIRA Command Line Interface is not charged.Try using it.

Bob Swift
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 Champions.
April 1, 2013

JCLI versions 3.0 and above are commercial with evaluation licenses available.

Rumceisz
Contributor
April 2, 2013

Hi,

is it possible to do it in the database?

We have access to the DB.

Thanks