Package com.atlassian.jira.issue.fields
Interface IssueLinksSystemField.IssueLinkingValue
- Enclosing class:
- IssueLinksSystemField
@Internal
public static interface IssueLinksSystemField.IssueLinkingValue
This interface is used as a value object for IssueLinking information.
It lurks around inside the field values holder maps while JIRA does its thang. It's referenced by the velocity views and also by the IssueLinksSystemField itself.
While the class is PUBLIC, it is only so that the Velocity template can get to it. Please do not consider this part of the JIRA API. It's for the IssueLinksSystemField only. You have been warned :)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Method Details
-
isCreateIssue
boolean isCreateIssue() -
isIssueLinkingActivated
boolean isIssueLinkingActivated() -
getLinkDescription
String getLinkDescription() -
getLinkedIssues
-
getValidationResult
IssueLinkService.AddIssueLinkValidationResult getValidationResult()
-