{ "operationId": "atlassianGetworkflowschemeprojectassociations", "method": "GET", "path": "/rest/api/3/workflowscheme/project", "summary": "Atlassian Get Workflow Scheme Project Associations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"values\":[{\"projectIds\":[\"10010\",\"10020\"],\"workflowScheme\":{\"defaultWorkflow\":\"jira\",\"description\":\"The description of the example workflow scheme.\",\"id\":101010,\"issueTypeMappings\":{\"10000\":\"scrum workflow\",\"10001\":\"builds workflow\"},\"name\":\"Example workflow scheme\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010\"}}]}" }, { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[],\"errors\":{\"projectId\":\"The ID of a project has to be provided.\"}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access workflow scheme associations.\"],\"errors\":{}}" } ] }