curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/statuses'
[{"id":"1000","name":"Finished","statusCategory":"DONE","scope":{"type":"PROJECT","project":{"id":"1"}},"description":"The issue is resolved","usages":[{"project":{"id":"1"},"issueTypes":["10002"]}],"workflowUsages":[{"workflowName":"Workflow 1","workflowId":"545d80a3-91ff-4949-8b0d-a2bc484e70e5"}]}]
usages
Returns the project and issue types that use the status in their workflow.workflowUsages
Returns the workflows that use the status.1
, Max items 50
GLOBAL
for company-managed projects and PROJECT
for team-managed projects.usages
expand is requested.workflowUsages
expand is requested.