Package | Description |
---|---|
com.atlassian.jira.bc.issue.link |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLinkService.RemoteIssueLinkListResult |
DefaultRemoteIssueLinkService.findRemoteIssueLinksByGlobalId(ApplicationUser user,
Collection<String> globalIds) |
RemoteIssueLinkService.RemoteIssueLinkListResult |
RemoteIssueLinkService.findRemoteIssueLinksByGlobalId(ApplicationUser user,
Collection<String> globalIds)
Retrieves the list of remote issue links that have any of the given globalIds.
|
RemoteIssueLinkService.RemoteIssueLinkListResult |
DefaultRemoteIssueLinkService.getRemoteIssueLinksForIssue(ApplicationUser user,
Issue issue) |
RemoteIssueLinkService.RemoteIssueLinkListResult |
RemoteIssueLinkService.getRemoteIssueLinksForIssue(ApplicationUser user,
Issue issue)
Retrieves the remote issue links that link with the given JIRA issue.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.