public class

StatusResource

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

Summary

Public Constructors
StatusResource(JiraAuthenticationContext authContext, ConstantsService constantsService, StatusHelper statusHelper)
Public Methods
Response getStatus(String idOrName, Request request, UriInfo uriInfo)
Returns a full representation of the Status having the given id or name.
Response getStatuses(Request request, UriInfo uriInfo)
Returns a list of all statuses
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StatusResource (JiraAuthenticationContext authContext, ConstantsService constantsService, StatusHelper statusHelper)

Public Methods

public Response getStatus (String idOrName, Request request, UriInfo uriInfo)

Returns a full representation of the Status having the given id or name.

Parameters
idOrName a numeric Status id or a status name
request a Request
uriInfo a UriInfo
Returns
  • a full representation of the Status

public Response getStatuses (Request request, UriInfo uriInfo)

Returns a list of all statuses

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