Package com.atlassian.jira.rest.v2.issue
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 Summary
ConstructorsConstructorDescriptionIssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager, JiraBaseUrls jiraBaseUrls, I18nHelper i18n) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetIssuesecuritylevel(String issueSecurityLevelId) Returns a full representation of the security level that has the given id.
-
Constructor Details
-
IssueSecurityLevelResource
@Inject public IssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager, JiraBaseUrls jiraBaseUrls, I18nHelper i18n)
-
-
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
-