POST /rest/api/2/issueLinkType
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 enabled.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
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.