| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.issue.IssueLinkTypeResource |
Rest resource to retrieve a list of issue link types.{com.atlassian.jira.issue.link.IssueLinkType}
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new issue link type.
| |||||||||||
Delete the specified issue link type.
| |||||||||||
Returns for a given issue link type id all information about this issue link type.
| |||||||||||
Returns a list of available issue link types, if issue linking is enabled.
| |||||||||||
Update the specified issue link type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new issue link type.
Delete the specified issue link type.
Returns for a given issue link type id all information about this issue link type.
Returns a list of available issue link types, if issue linking is enabled. Each issue link type has an id, a name and a label for the outward and inward link relationship.
Update the specified issue link type.

