Uses of Class
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkResult
Packages that use RemoteIssueLinkService.RemoteIssueLinkResult
-
Uses of RemoteIssueLinkService.RemoteIssueLinkResult in com.atlassian.jira.bc.issue.link
Modifier and TypeClassDescriptionstatic class
Holds the information about validating a create remote issue link operation.static class
Holds the information about validating an update remote issue link operation.Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLinkService.RemoteIssueLinkResultModifier and TypeMethodDescriptionDefaultRemoteIssueLinkService.create
(ApplicationUser user, RemoteIssueLinkService.CreateValidationResult createValidationResult) RemoteIssueLinkService.create
(ApplicationUser user, RemoteIssueLinkService.CreateValidationResult createValidationResult) Stores the given remote issue link in the JIRA datastore, if the current user has permission to do so.DefaultRemoteIssueLinkService.getRemoteIssueLink
(ApplicationUser user, Long remoteIssueLinkId) RemoteIssueLinkService.getRemoteIssueLink
(ApplicationUser user, Long remoteIssueLinkId) Retrieves the remote issue link with the given id.DefaultRemoteIssueLinkService.getRemoteIssueLinkByGlobalId
(ApplicationUser user, Issue issue, String globalId) RemoteIssueLinkService.getRemoteIssueLinkByGlobalId
(ApplicationUser user, Issue issue, String globalId) Retrieves the remote issue link that links with the given JIRA issue and has the given globalId.DefaultRemoteIssueLinkService.update
(ApplicationUser user, RemoteIssueLinkService.UpdateValidationResult updateValidationResult) 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. -
Uses of RemoteIssueLinkService.RemoteIssueLinkResult in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that return RemoteIssueLinkService.RemoteIssueLinkResultModifier and TypeMethodDescriptionAbstractIssueLinkAction.createLink()
Creates the link and publishes an event for the creationAbstractIssueLinkAction.createLink
(RemoteIssueLinkService.CreateValidationResult validationResult) Creates the link and publishes an event for the creation