latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

WorkspaceIntegration

Gets all schema metadata for this integration.

Schema metadata includes only information about schema key fields. For the full schema use getIssueTrackerSchema.

get/integrations/{id}/issueTracker/schemaKeyFields

Path parameters

idstring required

Workspace Integrations identifier

Response

The metadata for each schema associated with this issue tracker integration

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
      }
    ]
  }
]