Class AttachmentsResource

java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.rapid.issue.attachment.AttachmentsResource

@Path("xboard/issue/{issueIdOrKey}/attachments") @Produces("application/json") public class AttachmentsResource extends AbstractResource
  • Constructor Details

  • Method Details

    • getAttachmentData

      @GET public jakarta.ws.rs.core.Response getAttachmentData(@PathParam("issueIdOrKey") String idOrKey)