{ "operationId": "atlassianGetprojectcontextmapping", "method": "GET", "path": "/rest/api/3/field/{fieldId}/context/projectmapping", "summary": "Atlassian Get Project Mappings For Custom Field Context", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"isLast\":true,\"maxResults\":100,\"startAt\":0,\"total\":2,\"values\":[{\"contextId\":\"10025\",\"projectId\":\"10001\"},{\"contextId\":\"10026\",\"isGlobalContext\":true}]}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access custom field contexts.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The custom field was not found.\"],\"errors\":{}}" } ] }