Returns a list of available issue link types, if issue linking is enabled.
This request has no parameters.
Returns a list of all available issue link types.
IssueLinkTypesBean
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/issueLinkType' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Create a new issue link type.
All information about the link relationship.
string
string
string
string
string
The new issue link type has been created.
1
2
3
4
curl --request POST \
--url 'http://{baseurl}/rest/api/2/issueLinkType' \
--user 'email@example.com:<api_token>' \
--header 'Content-Type: application/json'
Returns for a given issue link type id all information about this issue link type.
string
RequiredReturns the issue link type with the given id.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/issueLinkType/{issueLinkTypeId}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Update the specified issue link type.