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

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 Leaders.
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 Leaders.
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 Leaders.
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

Suggest an answer

Log in or Sign up to answer