provider Issue type schemes PUT
/rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype @utdk/jira
/rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype Add issue types to issue type scheme
Adds issue types to an issue type scheme.
The added issue types are appended to the issue types list.
If any of the issue types exist in the issue type scheme, the operation fails and no issue types are added.
**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
- issueTypeSchemeId path required
- The ID of the issue type scheme.
- integer
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.addissuetypestoissuetypescheme()