Update Issue Link Type
PUT {{baseUrl}}/rest/api/3/issueLinkType/:issueLinkTypeId
Updates an issue link type.
To use this operation, the site must have issue linking enabled.
Permissions required: Administer Jira global permission.
Request Body
{"id"=>"<string>", "name"=>"<string>", "inward"=>"<string>", "outward"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"1000","name":"Duplicate","inward":"Duplicated by","outward":"Duplicates","self":"https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"}