Get Issue Type Scheme Items

GET {{baseUrl}}/rest/api/3/issuetypescheme/mapping?startAt=0&maxResults=50&issueTypeSchemeId=<long>

Returns a paginated list of issue type scheme items.

Only issue type scheme items used in classic projects are returned.

Permissions required: Administer Jira global permission.

Request Params

KeyDatatypeRequiredDescription
startAtnumberThe index of the first item to return in a page of results (page offset).
maxResultsnumberThe maximum number of items to return per page.
issueTypeSchemeIdstringThe list of issue type scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, issueTypeSchemeId=10000&amp;issueTypeSchemeId=10001.

RESPONSES

status: OK

{&quot;maxResults&quot;:100,&quot;startAt&quot;:0,&quot;total&quot;:4,&quot;isLast&quot;:true,&quot;values&quot;:[{&quot;issueTypeSchemeId&quot;:&quot;10000&quot;,&quot;issueTypeId&quot;:&quot;10000&quot;},{&quot;issueTypeSchemeId&quot;:&quot;10000&quot;,&quot;issueTypeId&quot;:&quot;10001&quot;},{&quot;issueTypeSchemeId&quot;:&quot;10000&quot;,&quot;issueTypeId&quot;:&quot;10002&quot;},{&quot;issueTypeSchemeId&quot;:&quot;10001&quot;,&quot;issueTypeId&quot;:&quot;10000&quot;}]}