Is it possible use REST API to create an issue type scheme and associate list of issue types to it?

Vineet Shah June 23, 2017

I am creating a lot of issue types by the making POST Requests to the /rest/api/2/issuetype endpoint. I then want to create an issue type scheme through some REST call and associate the list of issue types I created to this scheme and then associate the scheme to my project in JIRA.

I want to do all of this programatically but could not find a REST call to create an issue type scheme.

Thanks!

2 answers

0 votes
Babu R January 5, 2023
0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 23, 2017

Hi Vineet,

The JIRA API doesn't appear to have an endpoint to create the issuetypescheme.  You can find the fields and data available/required for creating issues using /rest/api/2/issue/createmeta.

 

Cheers,

Branden

Vineet Shah June 26, 2017

There is still a lot of manual work involved if I have a 100 Issue Types that I am defining. Also, is it possible to create a screen programatically via the REST API?

Duane Mattos September 25, 2018

I'm so curious: why do you need so many issue types?

Suggest an answer

Log in or Sign up to answer