PUT /rest/api/2/issueLinkType/{issueLinkTypeId}
Updates an issue link type.
To use this operation, the site must have issue linking enabled.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
issueLinkTypeId |
String | Yes |
The ID of the issue link type. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | No |
The ID of the issue link type and is used as follows:
|
name |
String | No |
The name of the issue link type and is used as follows:
|
inward |
String | No |
The description of the issue link type inward link and is used as follows:
|
self |
String | No |
The URL of the issue link type. Read only. |
outward |
String | No |
The description of the issue link type outward link and is used as follows:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.