Returns a list of all issue link types.

To use this operation, the site must have issue linking enabled.

This operation can be accessed anonymously.

Permissions required: Browse projects project permission for a project in the site.

External Documentation

To learn more, visit the Jira documentation.

Example Output

{
	"issueLinkTypes": [
		{
			"id": "1000",
			"inward": "Duplicated by",
			"name": "Duplicate",
			"outward": "Duplicates",
			"self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
		},
		{
			"id": "1010",
			"inward": "Blocked by",
			"name": "Blocks",
			"outward": "Blocks",
			"self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1010"
		}
	]
}

Workflow Library Example

List Issue Link Types with Jira and Send Results Via Email

Preview this Workflow on desktop