@Internal
public static interface IssueLinksSystemField.IssueLinkingValue
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 :)
Modifier and Type | Interface and Description |
---|---|
static class |
IssueLinksSystemField.IssueLinkingValue.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getLinkDescription() |
List<String> |
getLinkedIssues() |
IssueLinkService.AddIssueLinkValidationResult |
getValidationResult() |
boolean |
isCreateIssue() |
boolean |
isIssueLinkingActivated() |
boolean isCreateIssue()
boolean isIssueLinkingActivated()
String getLinkDescription()
IssueLinkService.AddIssueLinkValidationResult getValidationResult()
Copyright © 2002-2019 Atlassian. All Rights Reserved.