New: MCP server monitoring is live. Start free
FrontSchemaBreaking

Enum values changed in schema AnalyticsActivitiesColumns

Affected surface
schema AnalyticsActivitiesColumns
Affected field
AnalyticsActivitiesColumns

What changed

Enum values changed in schema AnalyticsActivitiesColumns Affected surface: schema AnalyticsActivitiesColumns. Root cause: schema `AnalyticsActivitiesColumns`. Detected at Thu, 12 Mar 2026 10:30:17 UTC UTC.

Diff

{
  "added_enums": [
    "Time spent in Ticket Status",
    "Custom Field",
    "Transitions to Ticket Status",
    "Updated Custom Field",
    "Smart QA score"
  ],
  "removed_enums": [
    "Ticket status name at activity time",
    "Ticket status category at activity time"
  ],
  "schema_path": "schema AnalyticsActivitiesColumns"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Related changes

Other endpoints affected by the same root cause.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.