| Package | Description |
|---|---|
| com.atlassian.jira.bc.issue.link |
| Modifier and Type | Method and Description |
|---|---|
RemoteIssueLinkService.UpdateValidationResult |
DefaultRemoteIssueLinkService.validateUpdate(ApplicationUser user,
RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkService.UpdateValidationResult |
RemoteIssueLinkService.validateUpdate(ApplicationUser user,
RemoteIssueLink remoteIssueLink)
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.UpdateValidationResult that can be passed to the #update(User, UpdateValidationResult) method. |
| Modifier and Type | Method and Description |
|---|---|
RemoteIssueLinkService.RemoteIssueLinkResult |
DefaultRemoteIssueLinkService.update(ApplicationUser user,
RemoteIssueLinkService.UpdateValidationResult updateValidationResult) |
RemoteIssueLinkService.RemoteIssueLinkResult |
RemoteIssueLinkService.update(ApplicationUser user,
RemoteIssueLinkService.UpdateValidationResult updateValidationResult)
Updates the given remote issue link in the JIRA datastore, if the current user has permission to do so.
|
Copyright © 2002-2016 Atlassian. All Rights Reserved.