How to change add new Issue Type to Issue Type Scheme programmatically?

Diego Ferreira
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 30, 2017

Hey guys, 

I'm stuck trying to update an Issue Type Scheme. I create a new Issue Type and need to add it to Projects' configured Issue Type Scheme. 

Any hint's on how to do it in the latest Java API?

Thanks

1 answer

0 votes
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2022

Hi,

There is a REST API function called Update Issue Type Scheme

https://docs.atlassian.com/software/jira/docs/api/REST/8.0.0/#api/2/issuetypescheme-updateIssueTypeScheme

I think that this should do the job.

Suggest an answer

Log in or Sign up to answer