{ "operationId": "atlassianSearch", "method": "GET", "path": "/rest/api/3/statuses/search", "summary": "Atlassian Search Statuses Paginated", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"isLast\":true,\"maxResults\":2,\"nextPage\":\"https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=2&maxResults=2\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=0&maxResults=2\",\"startAt\":0,\"total\":5,\"values\":[{\"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\"}]}]}" } ] }