Class AttachmentPermissionResource

java.lang.Object
com.atlassian.jira.rest.internal.v2.attachment.AttachmentPermissionResource

@Path("/attachment-permission") public class AttachmentPermissionResource extends Object
  • Constructor Details

  • Method Details

    • getCanAttach

      @Path("attach") @GET @Produces("application/json") public jakarta.ws.rs.core.Response getCanAttach(@QueryParam("projectKey") String projectKey)