{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Issue Links API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Issue Links",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Issue Link",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/issueLink/:linkId",
"params": [
{
"name": "linkId",
"value": "",
"type": "path",
"description": "The ID of the issue link."
}
]
},
"docs": "Returns an issue link.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse project* [project permission](https://confluence.atlassian.com/x/yodKLg) for all the projects containing the linked issues.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, permission to view both of the issues."
},
{
"info": {
"name": "Atlassian Delete Issue Link",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/rest/api/3/issueLink/:linkId",
"params": [
{
"name": "linkId",
"value": "",
"type": "path",
"description": "The ID of the issue link."
}
]
},
"docs": "Deletes an issue link.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* Browse project [project permission](https://confluence.atlassian.com/x/yodKLg) for all the projects containing the issues in the link.
* *Link issues* [project permission](https://confluence.atlassian.com/x/yodKLg) for at least one of the projects containing issues in the link.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is con"
},
{
"info": {
"name": "Atlassian Create Issue Link",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/rest/api/3/issueLink",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Creates a link between two issues. Use this operation to indicate a relationship between two issues and optionally add a comment to the from (outward) issue. To use this resource the site must have [Issue Linking](https://confluence.atlassian.com/x/yoXKM) enabled.
This resource returns nothing on the creation of an issue link. To obtain the ID of the issue link, use `https://your-domain.atlassian.net/rest/api/3/issue/[linked issue key]?fields=issuelinks`.
If the link request duplic"
}
]
}
],
"bundled": true
}