{ "operationId": "atlassianGetstatusesbyid", "method": "GET", "path": "/rest/api/3/statuses", "summary": "Atlassian Bulk Get Statuses", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "[{\"description\":\"The issue is resolved\",\"id\":\"1000\",\"name\":\"Finished\",\"scope\":{\"project\":{\"id\":\"1\"},\"type\":\"PROJECT\"},\"statusCategory\":\"DONE\",\"usages\":[{\"issueTypes\":[\"10002\"],\"project\":{\"id\":\"1\"}}],\"workflowUsages\":[{\"workflowId\":\"545d80a3-91ff-4949-8b0d-a2bc484e70e5\",\"workflowName\":\"Workflow 1\"}]}]" } ] }