java.lang.Object | |
↳ | com.atlassian.jira.issue.link.DefaultRemoteIssueLinkManager |
Default implementation of the RemoteIssueLinkManager.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MAX_GLOBAL_ID_LIST_SIZE_FOR_FIND | ||||||||||
int | MAX_LONG_VARCHAR_LENGTH |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates the given remote issue link.
| |||||||||||
Returns the remote issue links that have any the given globalIds, or empty if none exists.
| |||||||||||
Returns the remote issue link with the given id, or null if it does not exist.
| |||||||||||
Returns the first remote issue link found that links with the given JIRA issue and has the given globalId, or
null if none exists.
| |||||||||||
Gets the remote issue links that link with the given JIRA issue.
| |||||||||||
Get the total count of Remote Issue Links which have a given global id
| |||||||||||
Deletes the given remote issue link id.
| |||||||||||
Deletes any remote issue link that links with the given JIRA issue and has the given global id.
| |||||||||||
Updates the given remote issue link.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates the given remote issue link.
remoteIssueLink | the remote issue link to create |
---|---|
user | the current user |
CreateException |
---|
Returns the remote issue links that have any the given globalIds, or empty if none exists.
globalIds | the globalIds to get the remote issue links for |
---|
GetException |
---|
Returns the remote issue link with the given id, or null if it does not exist.
remoteIssueLinkId | the id of the remote issue link to get |
---|
Returns the first remote issue link found that links with the given JIRA issue and has the given globalId, or null if none exists.
issue | the issue to get the remote issue links for |
---|---|
globalId | the globalId to get the remote issue link for |
Gets the remote issue links that link with the given JIRA issue.
issue | the issue to get the remote issue links for |
---|
Get the total count of Remote Issue Links which have a given global id
globalId | The global of the remote issue link |
---|
Deletes the given remote issue link id.
remoteIssueLinkId | the id of the remote issue link to delete |
---|---|
user | the current user |
Deletes any remote issue link that links with the given JIRA issue and has the given global id.
issue | the issue of the remote issue link |
---|---|
globalId | the global id of the remote issue link |
user | the current user |
Updates the given remote issue link. The remote issue link is updated using all of the values in this object. Null values are written as null, and must adhere to the required field constraints.
remoteIssueLink | the remote issue link to update |
---|---|
user | the current user |
UpdateException |
---|