Atlassian · Example Payload

Atlassian Atlassianremovemappingsfromissuetypescreenscheme Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianremovemappingsfromissuetypescreenscheme Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianRemovemappingsfromissuetypescreenscheme",
  "method": "POST",
  "path": "/rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping/remove",
  "summary": "Atlassian Remove Mappings From Issue Type Screen Scheme",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "issueTypeIds": [
          "10000",
          "10001",
          "10004"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The issueTypeIds must not contain duplicates.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only Jira administrators can access issue type screen schemes.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The issue type screen scheme was not found.\"],\"errors\":{}}"
    }
  ]
}