{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Issue Link Types API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Issue Link Types", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Issue Link Type", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/issueLinkType/:issueLinkTypeId", "params": [ { "name": "issueLinkTypeId", "value": "", "type": "path", "description": "The ID of the issue link type." } ] }, "docs": "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." }, { "info": { "name": "Atlassian Update Issue Link Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/issueLinkType/:issueLinkTypeId", "params": [ { "name": "issueLinkTypeId", "value": "", "type": "path", "description": "The ID of the issue link type." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an issue link type.

To use this operation, the site must have [issue linking](https://confluence.atlassian.com/x/yoXKM) enabled.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." }, { "info": { "name": "Atlassian Delete Issue Link Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/rest/api/3/issueLinkType/:issueLinkTypeId", "params": [ { "name": "issueLinkTypeId", "value": "", "type": "path", "description": "The ID of the issue link type." } ] }, "docs": "Deletes an issue link type.

To use this operation, the site must have [issue linking](https://confluence.atlassian.com/x/yoXKM) enabled.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." }, { "info": { "name": "Atlassian Get Issue Link Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/issueLinkType" }, "docs": "Returns a list of all issue link types.

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." }, { "info": { "name": "Atlassian Create Issue Link Type", "type": "http" }, "http": { "method": "POST", "url": "https://api.atlassian.com/rest/api/3/issueLinkType", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an issue link type. Use this operation to create descriptions of the reasons why issues are linked. The issue link type consists of a name and descriptions for a link's inward and outward relationships.

To use this operation, the site must have [issue linking](https://confluence.atlassian.com/x/yoXKM) enabled.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." } ] } ], "bundled": true }