public class

StatusCategoryResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.StatusCategoryResource

Summary

Public Constructors
StatusCategoryResource(JiraAuthenticationContext authContext, ConstantsService constantsService, StatusCategoryHelper statusCategoryHelper)
Public Methods
Response getStatusCategories(Request request, UriInfo uriInfo)
Returns a list of all status categories
Response getStatusCategory(String idOrKey, Request request, UriInfo uriInfo)
Returns a full representation of the StatusCategory having the given id or key
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StatusCategoryResource (JiraAuthenticationContext authContext, ConstantsService constantsService, StatusCategoryHelper statusCategoryHelper)

Public Methods

public Response getStatusCategories (Request request, UriInfo uriInfo)

Returns a list of all status categories

Parameters
request a Request
uriInfo a UriInfo
Returns
  • a full representation of the StatusCategory

public Response getStatusCategory (String idOrKey, Request request, UriInfo uriInfo)

Returns a full representation of the StatusCategory having the given id or key

Parameters
idOrKey a numeric StatusCategory id or a status category key
request a Request
uriInfo a UriInfo
Returns
  • a full representation of the StatusCategory