Class RemoteIssueLinkResource

java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.rapid.issue.issuelink.RemoteIssueLinkResource

@Path("issuelink") @Consumes("application/json") @Produces("application/json") public class RemoteIssueLinkResource extends AbstractResource
  • Constructor Details

    • RemoteIssueLinkResource

      @Inject public RemoteIssueLinkResource(com.atlassian.jira.bc.issue.link.RemoteIssueLinkService remoteIssueLinkService)
  • Method Details

    • deleteRemoteIssueLink

      @DELETE @Path("{id}") public javax.ws.rs.core.Response deleteRemoteIssueLink(@PathParam("id") Long remoteIssueLinkId)