Atlassian · Example Payload

Atlassian Atlassianappendmappingsforissuetypescreenscheme Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianappendmappingsforissuetypescreenscheme 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": "atlassianAppendmappingsforissuetypescreenscheme",
  "method": "PUT",
  "path": "/rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping",
  "summary": "Atlassian Append Mappings To Issue Type Screen Scheme",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "issueTypeMappings": [
          {
            "issueTypeId": "10000",
            "screenSchemeId": "10001"
          },
          {
            "issueTypeId": "10001",
            "screenSchemeId": "10002"
          },
          {
            "issueTypeId": "10002",
            "screenSchemeId": "10002"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"A default mapping cannot be added.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The issue type screen scheme was not found.\"],\"errors\":{}}"
    },
    {
      "status": "409",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Sub-tasks are disabled in Jira. At least one of the issue types is a sub-task.\"],\"errors\":{}}"
    }
  ]
}