public class RemoteSprintLinkResource extends AbstractResource
authenticationContext, log
Constructor and Description |
---|
RemoteSprintLinkResource(SprintService sprintService,
RemoteSprintLinkService remoteSprintLinkService,
RemoteLinkedSprintMapper remoteLinkedSprintMapper,
RemoteLinkConversationService remoteLinkConversationService,
LicenseService licenseService,
I18nFactoryService i18nFactoryService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createOrUpdateRemoteSprintLink(Long sprintId,
RemoteLinkCreateRequest request)
Deprecated.
remove when Confluence strats using the checked version
|
javax.ws.rs.core.Response |
createRemoteSprintLinkChecked(Long sprintId,
RemoteLinkCreateRequest request)
Creates a remote sprint link.
|
javax.ws.rs.core.Response |
deleteRemoteSprintLink(Long sprintId,
Long linkId)
Delete an existing remote sprint link.
|
javax.ws.rs.core.Response |
getRemoteLinkedSprints(List<String> globalIds)
Get a remote sprint link by globalId.
|
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
public RemoteSprintLinkResource(SprintService sprintService, RemoteSprintLinkService remoteSprintLinkService, RemoteLinkedSprintMapper remoteLinkedSprintMapper, RemoteLinkConversationService remoteLinkConversationService, LicenseService licenseService, I18nFactoryService i18nFactoryService)
public javax.ws.rs.core.Response createOrUpdateRemoteSprintLink(Long sprintId, RemoteLinkCreateRequest request)
public javax.ws.rs.core.Response createRemoteSprintLinkChecked(Long sprintId, RemoteLinkCreateRequest request)
RemoteLinkCreateRequest.creationToken
matches a started conversation.public javax.ws.rs.core.Response deleteRemoteSprintLink(Long sprintId, Long linkId)
Copyright © 2007–2025 Atlassian. All rights reserved.