latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

WorkspaceIntegration

Upsert issue tracker schemas

Creates/updates one or more schemas associated with this issue tracker integration

put/integrations/{id}/issueTracker/schemas

Path parameters

idstring required

Workspace Integrations identifier

Request body

idstring required

ID for this schema; guaranteed to be unique within the associated integration

Example request

[
  {
    "fields": [
      {
        "id": "affected_platform",
        "name": "Affected Platform",
        "type": "labels",
        "allowed_values": [
          {
            "value": "Chrome"
          },
          {
            "value": "Edge"
          },
          {
            "value": "Firefox"
          },
          {
            "value": "IE11"
          },
          {
            "value": "Safari"
          }
        ],
        "is_required": true
      }
    ]
  }
]

Response

Schemas upserted