{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Issue Remote Links API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Issue Remote Links",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Remote Issue Links",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/remotelink",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
},
{
"name": "globalId",
"value": "",
"type": "query",
"description": "The global ID of the remote issue link."
}
]
},
"docs": "Returns the remote issue links for an issue. When a remote issue link global ID is provided the record with that global ID is returned, otherwise all remote issue links are returned. Where a global ID includes reserved URL characters these must be escaped in the request. For example, pass `system=http://www.mycompany.com/support&id=1` as `system%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1`.
This operation requires [issue linking to be active](https://confluence.atlassian.com/x/yoX"
},
{
"info": {
"name": "Atlassian Create Or Update Remote Issue Link",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/remotelink",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Creates or updates a remote issue link for an issue.
If a `globalId` is provided and a remote issue link with that global ID is found it is updated. Any fields without values in the request are set to null. Otherwise, the remote issue link is created.
This operation requires [issue linking to be active](https://confluence.atlassian.com/x/yoXKM).
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects* and *Link"
},
{
"info": {
"name": "Atlassian Delete Remote Issue Link By Global Id",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/remotelink",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
},
{
"name": "globalId",
"value": "",
"type": "query",
"description": "The global ID of a remote issue link."
}
]
},
"docs": "Deletes the remote issue link from the issue using the link's global ID. Where the global ID includes reserved URL characters these must be escaped in the request. For example, pass `system=http://www.mycompany.com/support&id=1` as `system%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1`.
This operation requires [issue linking to be active](https://confluence.atlassian.com/x/yoXKM).
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
"
},
{
"info": {
"name": "Atlassian Get Remote Issue Link By Id",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/remotelink/:linkId",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
},
{
"name": "linkId",
"value": "",
"type": "path",
"description": "The ID of the remote issue link."
}
]
},
"docs": "Returns a remote issue link for an issue.
This operation requires [issue linking to be active](https://confluence.atlassian.com/x/yoXKM).
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission t"
},
{
"info": {
"name": "Atlassian Update Remote Issue Link By Id",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/remotelink/:linkId",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
},
{
"name": "linkId",
"value": "",
"type": "path",
"description": "The ID of the remote issue link."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates a remote issue link for an issue.
Note: Fields without values in the request are set to null.
This operation requires [issue linking to be active](https://confluence.atlassian.com/x/yoXKM).
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects* and *Link issues* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in.
* If [issue-level security](https:"
},
{
"info": {
"name": "Atlassian Delete Remote Issue Link By Id",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/remotelink/:linkId",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
},
{
"name": "linkId",
"value": "",
"type": "path",
"description": "The ID of a remote issue link."
}
]
},
"docs": "Deletes a remote issue link from an issue.
This operation requires [issue linking to be active](https://confluence.atlassian.com/x/yoXKM).
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects*, *Edit issues*, and *Link issues* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured"
}
]
}
],
"bundled": true
}