Atlassian · Schema

CustomFieldValueUpdateDetails

Details of updates for a custom field.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
updates array The list of custom field update details.
View JSON Schema on GitHub

JSON Schema

atlassian-customfieldvalueupdatedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomFieldValueUpdateDetails",
  "title": "CustomFieldValueUpdateDetails",
  "additionalProperties": false,
  "description": "Details of updates for a custom field.",
  "properties": {
    "updates": {
      "description": "The list of custom field update details.",
      "items": {
        "$ref": "#/components/schemas/CustomFieldValueUpdate"
      },
      "type": "array"
    }
  },
  "type": "object",
  "writeOnly": true
}