Package | Description |
---|---|
com.atlassian.jira.bc.issue.link |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLinkService.DeleteValidationResult |
DefaultRemoteIssueLinkService.validateDelete(ApplicationUser user,
Long remoteIssueLinkId) |
RemoteIssueLinkService.DeleteValidationResult |
RemoteIssueLinkService.validateDelete(ApplicationUser user,
Long remoteIssueLinkId)
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.DeleteValidationResult that can be passed to the #delete(User, DeleteValidationResult) method. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRemoteIssueLinkService.delete(ApplicationUser user,
RemoteIssueLinkService.DeleteValidationResult deleteValidationResult) |
void |
RemoteIssueLinkService.delete(ApplicationUser user,
RemoteIssueLinkService.DeleteValidationResult deleteValidationResult)
Deletes the remote issue link with the given id from the JIRA datastore, if the current user has permission to do so.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.