Class RemoteEpicLinkResource

java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.api.RemoteEpicLinkResource

@Path("api/epics") @Produces({"application/json","application/xml"}) public class RemoteEpicLinkResource extends AbstractResource
Exposes functionality to manage remote epic links
  • Constructor Details

    • RemoteEpicLinkResource

      @Inject public RemoteEpicLinkResource(com.atlassian.jira.bc.issue.link.RemoteIssueLinkService remoteIssueLinkService, RemoteLinkConversationService remoteLinkConversationService, com.atlassian.jira.issue.IssueManager issueManager)
  • Method Details

    • createEpicLinkChecked

      @PUT @Path("{epicIdOrKey}/remotelinkchecked") public javax.ws.rs.core.Response createEpicLinkChecked(@PathParam("epicIdOrKey") String epicIdOrKey, RemoteLinkCreateRequest request)
      Creates an existing remote epic link.

      It checks that the provided RemoteLinkCreateRequest.creationToken matches a started conversation.