Projects
Get all statuses for project
Returns the valid statuses for a project. The statuses are grouped by issue type, as each project has a set of valid issue types and each issue type has a set of valid statuses.
This operation can be accessed anonymously.
Permissions required: Browse Projects project permission for the project.
get/rest/api/3/project/{projectIdOrKey}/statuses
Path parameters
projectIdOrKeystring required
The project ID or project key (case sensitive).
Response
Returned if the request is successful.
Changes
Changed in 1 of the 14 revisions of this API.1
- ●
added the new
product_discoveryenum value to theitems/statuses/items/scope/allOf[Scope]/project/allOf[ProjectDetails]/projectTypeKeyresponse property for the response status200response-property-enum-value-added
- ●