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: 

Changing a project's issue type scheme using the Java API

Ido Zak
November 29, 2022

Hey,

On a Jira plugin for Jira DC I am trying to change a project's Issue Type Scheme.
I was able to discover how to do it for several other schemes (Issue Type Screen Scheme and Workflow Scheme for example), but I was not able to discover how to it with Issue Type Scheme.

Any ideas?
Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Nic Brough -Adaptavist-
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.
November 30, 2022

How is your workflow scheme change handling all the migration compatibility checks?  Are you planning to do the same with issue type changes?

Ido Zak
December 1, 2022

@Nic Brough -Adaptavist- In the workflow scheme I am checking first that there are no issues in that project, and here I will check that all issue types of the current project's issues are available in the new issue type scheme.

I am trying to do something similar the cloud's API for "Assign issue type scheme to project"