Class IssueSecurityLevelResource

java.lang.Object
com.atlassian.jira.rest.v2.issue.IssueSecurityLevelResource

@Path("securitylevel") @Consumes("application/json") @Produces("application/json") public class IssueSecurityLevelResource extends Object
Since:
5.0
  • Constructor Details

  • Method Details

    • getIssuesecuritylevel

      @GET @Path("{id}") public jakarta.ws.rs.core.Response getIssuesecuritylevel(@PathParam("id") String issueSecurityLevelId)
      Returns a full representation of the security level that has the given id.
      Parameters:
      issueSecurityLevelId - a String containing an issue security level id
      Returns:
      a full representation of the issue security level with the given id