Jira · JSON Structure

Jira Cloud Platform Rest Field Update Operation Structure

Type: object Properties: 5
AgileIssue TrackingITSMProject ManagementService Management

FieldUpdateOperation is a JSON Structure definition published by Jira, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

add remove set edit copy

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FieldUpdateOperation",
  "type": "object",
  "properties": {
    "add": {
      "type": "string"
    },
    "remove": {
      "type": "string"
    },
    "set": {
      "type": "string"
    },
    "edit": {
      "type": "string"
    },
    "copy": {
      "type": "string"
    }
  }
}