@PublicApi
public interface LinkCollection
Sort order is determined by the application property "jira.view.issue.links.sort.order"
Modifier and Type | Method and Description |
---|---|
Collection<Issue> |
getAllIssues()
Returns a collection of issues that contains both inward and outward linking issues.
|
List<Issue> |
getInwardIssues(String linkName)
Looks up and returns a "sort.order" sorted list of all inward linked issues by given link name.
|
Set<IssueLinkType> |
getLinkTypes()
Returns a set of link types,
IssueLinkType objects. |
List<Issue> |
getOutwardIssues(String linkName)
Looks up and returns a "sort.order" sorted list of all outward linked issues by given link name.
|
boolean |
isDisplayLinkPanel()
Deprecated.
No longer relevant because of introduction of Remote Issue Links. Since v5.0.
|
Set<IssueLinkType> getLinkTypes()
IssueLinkType
objects.IssueLinkType
objects@Nullable List<Issue> getOutwardIssues(String linkName)
linkName
- link name to lookup issues by@Nullable List<Issue> getInwardIssues(String linkName)
linkName
- link name to lookup issues byCollection<Issue> getAllIssues()
boolean isDisplayLinkPanel()
Copyright © 2002-2021 Atlassian. All Rights Reserved.