Package | Description |
---|---|
com.atlassian.jira.bc.issue.link |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLinkService.DeleteByGlobalIdValidationResult |
DefaultRemoteIssueLinkService.validateDeleteByGlobalId(ApplicationUser user,
Issue issue,
String globalId) |
RemoteIssueLinkService.DeleteByGlobalIdValidationResult |
RemoteIssueLinkService.validateDeleteByGlobalId(ApplicationUser user,
Issue issue,
String globalId)
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.DeleteByGlobalIdValidationResult that can be passed to the
#deleteByGlobalId(User, DeleteByGlobalIdValidationResult) method. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRemoteIssueLinkService.deleteByGlobalId(ApplicationUser user,
RemoteIssueLinkService.DeleteByGlobalIdValidationResult validationResult) |
void |
RemoteIssueLinkService.deleteByGlobalId(ApplicationUser user,
RemoteIssueLinkService.DeleteByGlobalIdValidationResult deleteValidationResult)
Deletes the remote issue link that links with the given JIRA issue and has the given global id, if the current
user has permission to do so.
|
Copyright © 2002-2024 Atlassian. All Rights Reserved.