com.atlassian.jira.issue.link.RemoteIssueLinkStore |
Known Indirect Subclasses
|
Class Overview
Deals with DB operations on RemoteIssueLinks
Public Methods
Returns remote issue links in given issue with any of the given globalIds, sorted by id.
As the index for enforcing these to be unique would be too long, we have to get by without, and presume that
duplicates might appear any time.
Parameters
globalIds
| the globalIds to search |
Returns
- remote issue links sorted by id.
Returns remote issue links in given issue with given globalId sorted by id.
As the index for enforcing these to be unique would be too long, we have to get by without, and presume that
duplicates might appear any time.
Parameters
issue
| issue to search |
globalId
| globalId to search |
Returns
- remote issue links sorted by id.
public
long
getTotalRemoteIssueLinkCountByGlobalId
(String globalId)
public
void
removeRemoteIssueLink
(Long remoteIssueLinkId)