provider Issue link types GET /rest/api/3/issueLinkType/{issueLinkTypeId}
@utdk/jira /rest/api/3/issueLinkType/{issueLinkTypeId}
Get issue link type
Returns an issue link type. To use this operation, the site must have [issue linking](https://confluence.atlassian.com/x/yoXKM) enabled. This operation can be accessed anonymously. **[Permissions](#permissions) required:** *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for a project in the site.
issueLinkTypeId path required
The ID of the issue link type.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
getissuelinktype
GET/rest/api/3/issueLinkType/{issueLinkTypeId}
Returns an issue link type. To use this operation, the site must have [issue linking](https://confluence.atlassian.com/x/yoXKM) enabled. This operation can be accessed anonymously. **[Permissions](#permissions) required:** *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for a project in the site.

Parameters

required

The ID of the issue link type.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getissuelinktype()