Atlassian · Example Payload

Atlassian Atlassianbulksetissueproperty Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianbulksetissueproperty 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": "atlassianBulksetissueproperty",
  "method": "PUT",
  "path": "/rest/api/3/issue/properties/{propertyKey}",
  "summary": "Atlassian Bulk Set Issue Property",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "filter": {
          "currentValue": {
            "owner": "admin",
            "weight": 50
          },
          "entityIds": [
            10100,
            100010
          ],
          "hasProperty": true
        },
        "value": {
          "owner": "admin",
          "weight": 100
        }
      }
    }
  ],
  "responseExamples": []
}