Uses of Class
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkListResult
Packages that use RemoteIssueLinkService.RemoteIssueLinkListResult
-
Uses of RemoteIssueLinkService.RemoteIssueLinkListResult in com.atlassian.jira.bc.issue.link
Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLinkService.RemoteIssueLinkListResultModifier and TypeMethodDescriptionDefaultRemoteIssueLinkService.findRemoteIssueLinksByGlobalId
(ApplicationUser user, Collection<String> globalIds) RemoteIssueLinkService.findRemoteIssueLinksByGlobalId
(ApplicationUser user, Collection<String> globalIds) Retrieves the list of remote issue links that have any of the given globalIds.DefaultRemoteIssueLinkService.getRemoteIssueLinksForIssue
(ApplicationUser user, Issue issue) RemoteIssueLinkService.getRemoteIssueLinksForIssue
(ApplicationUser user, Issue issue) Retrieves the remote issue links that link with the given JIRA issue.