Helpdesk migration
Field-level mapping, validation, and rollback between Serviceaide ChangeGear and Gorgias. We move data and schema; workflows are rebuilt natively in Gorgias.
Serviceaide ChangeGear
Source
Gorgias
Destination
Compatibility
10 of 12
objects map 1:1 between Serviceaide ChangeGear and Gorgias.
Complexity
CModerate
Timeline
3-5 weeks
Overview
Serviceaide ChangeGear and Gorgias occupy different segments of the service management space, and that distinction shapes every migration scope. ChangeGear is an ITIL-aligned ITSM platform built for internal IT teams running Incident Management, Change Management, Problem Management, and asset tracking against a CMDB. Gorgias is an e-commerce helpdesk designed for Shopify and WooCommerce brands that need centralized customer support, order-context macros, and per-ticket pricing. Migrating from ChangeGear to Gorgias means decomposing a structured ITSM data model (with CAB approvals, risk scores, CI relationships, and SLA breach timers) and selectively mapping the support-facing records into a flat ticket-and-customer model. Change records, Problem records, and Configuration Items have no Gorgias equivalent; we document these as a written inventory for your admin to handle manually or archive. We migrate Incidents as Gorgias Tickets, Service Requests as Tickets with a custom source tag, Knowledge Articles as Gorgias Help Center articles, Users as Agents, and Custom Fields through the Gorgias custom-fields API. SLA calendar behavior is explicitly validated post-import because ChangeGear calculates breach times from its own business-hours calendar, which rarely matches the Gorgias SLA configuration out of the box.
Every standard and custom field arrives verified.
AI proposes the map; you confirm before any record moves.
Parent–child, lookups, and ownership stay linked.
Calls, emails, meetings — with original timestamps.
Documents, uploads, and inline notes move with the record.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a Serviceaide ChangeGear object lands in Gorgias, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
Serviceaide ChangeGear
Incident
Gorgias
Ticket
1:1ChangeGear Incidents map to Gorgias Tickets with Status, Priority, Category, Assignment, and timestamps preserved. Incident description and resolution content migrate as Ticket messages. Affected CI references from ChangeGear are flagged in the ticket notes field as a manual reconstruction reference since Gorgias has no CI model. The mapping uses Gorgias's POST /tickets endpoint with channel set to 'email' for imported records.
Serviceaide ChangeGear
Service Request
Gorgias
Ticket (tagged)
1:1ChangeGear Service Requests are a distinct workflow from Incidents but map to Gorgias Tickets with a custom tag 'service-request' applied during import. Fulfillment records and approval steps do not have a Gorgias equivalent and are documented in the migration output for admin review. Service Request priority maps to Gorgias priority (1-4).
Serviceaide ChangeGear
Change Record
Gorgias
Not migrated (documented)
lossyChange records (with CAB approvals, risk assessments, implementation timelines, and risk scores) have no Gorgias equivalent. Gorgias has no change management, CAB workflow, or risk-scoring model. We extract Change records in full, generate a Change Record Inventory document listing every Change ID, its approval chain, risk score, current status, and related Incident links, and deliver it to the customer for manual archiving or reconstruction in a separate ITSM tool if required.
Serviceaide ChangeGear
Problem Record
Gorgias
Not migrated (documented)
1:1Problem records link to their related Incidents via ChangeGear's known relationship type. Gorgias has no Problem-Known Error linkage model. We generate a Problem-Incident Relationship Map as a CSV, linking each Problem ID to its connected Incident ticket numbers, and flag it for manual handling. Problem body content migrates as a reference note attached to the primary related Ticket if the customer requests it.
Serviceaide ChangeGear
Knowledge Article
Gorgias
Help Center Article
1:1ChangeGear Knowledge Base articles migrate to Gorgias Help Center articles via the POST /help-center/articles endpoint. Article title, body (HTML), category, publication status, and internal/external flags transfer directly. Formatting differences between ChangeGear HTML output and Gorgias's article editor are handled by HTML normalization during the transform phase. Attachments within articles migrate as external file references; inline images are downloaded and re-uploaded to Gorgias's media library.
Serviceaide ChangeGear
Asset
Gorgias
Not migrated (documented)
1:1ChangeGear hardware and software asset records (with license counts, warranty statuses, last-seen dates, and decommissioned flags) have no Gorgias equivalent. Gorgias's customer records reference Shopify order data, not internal IT assets. We extract the full asset inventory as a structured CSV including asset type, serial number, warranty expiry, and linked CI, and deliver it for import into a dedicated IT asset management tool or for manual reference.
Serviceaide ChangeGear
Configuration Item (CI)
Gorgias
Not migrated (documented)
1:1ChangeGear CIs form a relational graph with dependencies, affected services, and linked Incidents. Gorgias has no CMDB or CI model. We preserve the CI relationship graph as a separate adjacency list CSV (CI_ID, CI_Type, dependency_CI_ID, affected_service, linked_incident_count) and deliver it as a configuration reference document. No CI data loads into Gorgias; the customer admin rebuilds the CI view if required in a separate ITSM tool.
Serviceaide ChangeGear
User
Gorgias
Agent
1:1ChangeGear User records (with role-based access assignments, active/inactive status, and group memberships) map to Gorgias Agent profiles. We resolve ChangeGear users by email match during import. Active ChangeGear users become Gorgias agents; inactive users are imported with the 'is_admin' flag set to false and are flagged in the reconciliation report for admin activation or deactivation. Group memberships from ChangeGear map to Gorgias team structure where team names align; non-matching groups are documented for manual team creation.
Serviceaide ChangeGear
SLA
Gorgias
SLA (limited)
lossyChangeGear SLA definitions (priority-to-SLA mappings and breach thresholds with business-hours calendars) partially map to Gorgias's SLA model. Gorgias's Starter plan includes a 1-day SLA, Basic 12-hour, Pro 8-hour, Advanced 4-hour SLA. ChangeGear's custom SLA calendars and multi-tier SLA definitions are not directly configurable in Gorgias. We extract the full SLA definition including calendar, breach thresholds, and priority mappings, and generate a SLA Configuration Guide that documents how the customer's ChangeGear SLA matrix maps to Gorgias plan-level SLAs or requires a manual rebuild in Gorgias settings.
Serviceaide ChangeGear
Task
Gorgias
Ticket (subtask or note)
1:1ChangeGear Task records (under Incidents, Changes, or Service Requests with assignees, due dates, and completion status) migrate as Gorgias Ticket notes or subtask references. The parent-child relationship to the owning Incident is preserved as a note reference since Gorgias Tickets are flat; subtask dependencies are documented as a linked checklist note. Task priority and assignee resolve against the Agent mapping.
Serviceaide ChangeGear
Custom Field (Incident)
Gorgias
Custom Field (Ticket)
1:1ChangeGear custom fields on Incidents and Service Requests require explicit field-level mapping via the Gorgias GET /custom-fields endpoint. We extract the ChangeGear custom field schema (name, type, picklist values, required flag) during discovery, create the corresponding Gorgias custom field on Ticket using the Gorgias API, and map values during the ticket import phase. Type mismatches (e.g., ChangeGear date-picker to Gorgias text) are handled with value transformation during the transform step.
Serviceaide ChangeGear
Attachment
Gorgias
Ticket Attachment
1:1File attachments linked to ChangeGear Incidents, Changes, or Knowledge Articles migrate via download-and-upload to Gorgias's media library. Attachment references from ChangeGear are resolved as URLs; we download the file, upload it to Gorgias via the media endpoint, and link it to the corresponding Ticket message. Files exceeding Gorgias's 25 MB attachment limit are flagged in the reconciliation report for manual handling. Attachment filename and original upload date are preserved as message metadata.
| Serviceaide ChangeGear | Gorgias | Compatibility | |
|---|---|---|---|
| Incident | Ticket1:1 | Fully supported | |
| Service Request | Ticket (tagged)1:1 | Fully supported | |
| Change Record | Not migrated (documented)lossy | Fully supported | |
| Problem Record | Not migrated (documented)1:1 | Fully supported | |
| Knowledge Article | Help Center Article1:1 | Fully supported | |
| Asset | Not migrated (documented)1:1 | Fully supported | |
| Configuration Item (CI) | Not migrated (documented)1:1 | Fully supported | |
| User | Agent1:1 | Fully supported | |
| SLA | SLA (limited)lossy | Fully supported | |
| Task | Ticket (subtask or note)1:1 | Fully supported | |
| Custom Field (Incident) | Custom Field (Ticket)1:1 | Fully supported | |
| Attachment | Ticket Attachment1:1 | Fully supported |
Gotchas + challenges
Platform-specific issues from each side, plus the pair-specific challenges that don't show up on either platform's page on its own.
Serviceaide ChangeGear gotchas
Split API documentation between Serviceaide and SunView
SLA timer behavior differs across ITSM platforms
Custom field schema variations cause import failures
Form complexity and end-user experience
Gorgias gotchas
AI Agent adds outcome-based fees on top of billable ticket costs
Overage billing for tickets scales nonlinearly
API rate limits restrict bulk export throughput
Agent data visibility cannot be restricted by role for GDPR use cases
Knowledge Base translations require separate API calls per locale
Pair-specific challenges
Migration approach
Discovery and migration scope definition
We audit the source ChangeGear instance across objects in scope (Incidents, Service Requests, Knowledge Articles, Users, Custom Fields, Attachments), record counts, SLA configuration, and any custom field schemas. We also document the Change records, Problem records, and CI relationships that will be exported as reference CSVs rather than loaded into Gorgias. The discovery output is a written Migration Scope document covering object counts, custom field inventory, and a Gorgias plan recommendation based on the customer's monthly ticket volume.
Gorgias workspace preparation
We set up the Gorgias workspace before any data loads. This includes creating Agent profiles matched by email from ChangeGear, creating Teams to replicate ChangeGear's group structure, configuring Help Center categories to match ChangeGear Knowledge Article categories, creating Custom Fields on Tickets via the Gorgias API with types matched to ChangeGear field schemas, and configuring the Gorgias SLA tier to best approximate the customer's ChangeGear SLA calendar. The workspace is configured in a staging environment or parallel workspace if available.
Change, Problem, and CI reference export
We export Change records, Problem records, and CI relationships from ChangeGear in full as structured reference CSVs. Change records include CAB approval history, risk scores, and status. Problem records include the linked Incident IDs. CI records include the dependency adjacency list. These are not loaded into Gorgias; they are delivered as a Migration Reference Package for the customer's admin to archive in a separate compliance repository or document management system. This step runs concurrently with workspace preparation.
Ticket and article import in dependency order
We import data into Gorgias in record-dependency order: Agents first (via User mapping), then Knowledge Articles to the Help Center, then Tickets from Incidents and Service Requests. Custom field values resolve at import time against the pre-created custom field schema. Attachments download from ChangeGear and upload to Gorgias media library with links embedded in ticket messages. SLA timers in Gorgias are set to the plan-tiered default and flagged for manual SLA calendar adjustment against the original ChangeGear configuration. Each phase emits a row-count reconciliation report.
Validation and SLA calculation audit
We sample 50-100 migrated tickets against the ChangeGear source across each priority level and verify that ticket content, assignee, status, priority, and timestamps match. We specifically audit SLA breach calculations on a sample of tickets to confirm that Gorgias's plan-tiered SLA timers do not produce unexpected breach times compared to the customer's original ChangeGear SLA calendar. Any field mapping discrepancies are corrected and a targeted re-import of affected records runs before production cutover.
Cutover, delta sync, and migration handoff
We freeze ChangeGear write access during cutover, run a final delta migration of any records modified during the migration window, then switch the customer's support workflow to Gorgias. We deliver the Migration Reference Package (Change records, Problem records, CI adjacency list, SLA Configuration Guide) and a Migration Summary Report to the customer's admin team. We support a one-week hypercare window for reconciliation issues. We do not rebuild ChangeGear workflows, CAB chains, or ITSM automations in Gorgias as those features do not exist in Gorgias's platform.
Platform deep dives
Serviceaide ChangeGear
Source
Strengths
Weaknesses
Gorgias
Destination
Strengths
Weaknesses
Complexity grading
Moderate Helpdesk migration. 3 of 7 objects need a mapping; the rest are 1:1.
Overall complexity
Moderate migration
Derived from compatibility, mapping clarity, API constraints, and data volume across Serviceaide ChangeGear and Gorgias.
Object compatibility
3 of 7 objects need a mapping; the rest are 1:1.
Field mapping clarity
Field mapping is derived from defaults — final spec confirmed during the sample migration.
Timeline complexity
7-object category — typical timelines run 2–7 days end-to-end.
API constraints
Serviceaide ChangeGear: Not publicly documented by Serviceaide.
Data volume sensitivity
Serviceaide ChangeGear doesn't expose a bulk API — REST + parallelization used for high-volume runs.
Estimator
Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.
Step 1
Pick a category, then your source and destination platforms.
Category
FAQ
Answers to the questions buyers ask most during Serviceaide ChangeGear to Gorgias migration scoping. Not seeing yours? Book a call.
Walk through your Serviceaide ChangeGear to Gorgias migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave Serviceaide ChangeGear
Other ways to arrive at Gorgias
Ready when you are
Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.