latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

WorkspaceIntegration

Get issue tracker schema

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

get/integrations/{integration_id}/issueTracker/schemas/{schema_id}

Path parameters

integration_idstring required

Workspace Integrations identifier

schema_idstring required

Schema ID within the integration

Response

Issue schema

idstring required

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

Example response

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