provider Issue types GET
/rest/api/3/issuetype/{id}/alternatives @utdk/jira
/rest/api/3/issuetype/{id}/alternatives Get alternative issue types
Returns a list of issue types that can be used to replace the issue type. The alternative issue types are those assigned to the same workflow scheme, field configuration scheme, and screen scheme.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** None.
- id path required
- The ID of the issue type.
- string
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getalternativeissuetypes()