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!
Yes, it is possible. Please follow this document --> https://docs.atlassian.com/software/jira/docs/api/REST/9.4.0/#api/2/issuetypescheme-createIssueTypeScheme
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm so curious: why do you need so many issue types?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.