| java.lang.Object | |
| ↳ | com.atlassian.jira.external.beans.ExternalLink |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the "link name" of this link's link type.
| |||||||||||
Returns the link type ID of this link.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the "link name" of this link's link type. This is used for imports from non-JIRA systems where we just have a link name. The import will later find or create an appropriate "link type" for this name. An import from a JIRA backup would use LinkType instead.
Returns the link type ID of this link. Imports from non-JIRA systems would not have a link type ID that makes sense, and so would use the link name instead.

