Changing issue type scheme for multiple projects in Jira

Mohin Uddin April 15, 2013

Hi All,

I want to change Issue Type Scheme for many projects at once without merge to other issue type.
Do you have any alternative way to do this? I have lots of project on that scheme.

Could you please inform me regarding this issue?

Thanks

Mohin

4 answers

1 vote
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 15, 2013

Have a look at Jira Command Line Interface Plugin. You can change the issue type schemes of multiple project at a go using this plugin.

Have look at -

jira --action updateProject --project "zjiracli" --issueTypeScheme "Default Issue Type Scheme"

jira --action updateProject --project "zjiracli" --issueTypeScheme "10000"

Also you can try using the Jelly Script approach.

0 votes
Mohin Uddin April 15, 2013

I want to change the issue type scheme used by several projects in one go.

0 votes
Peter Van de Voorde
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2013

Mohin,

Just go to your administration console and go to your issue type schemes (it's under the issue types menu). Find the new issue type scheme and select the "Associate" operation.

You'll get a list of all projects in your Jira instance, simply select the ones for which you want to start using this new issue type scheme and click "Associate".

That should do it.

Best Regards

Peter

Mohin Uddin April 15, 2013

Hi Peter,
Actually I want to change issue type scheme from my all live projcts without Issue Type Migration.Is there any way to change issue type scheme without Issue Type Migration?

Thanks

Mohin

Peter Van de Voorde
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2013

I don't know, I think it would cause a lot of problems, especially if you're removing certain issue types. Why don't you want to migrate your issue types?

0 votes
Peter Van de Voorde
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2013

Do you want to add an issue type to the issue type scheme or do you want to change the issue type scheme used by several projects in one go?

Suggest an answer

Log in or Sign up to answer