Helpdesk migration
Field-level mapping, validation, and rollback between ITSM 365 and Gorgias. We move data and schema; workflows are rebuilt natively in Gorgias.
ITSM 365
Source
Gorgias
Destination
Compatibility
6 of 12
objects map 1:1 between ITSM 365 and Gorgias.
Complexity
CModerate
Timeline
3-5 weeks
Overview
Moving from ITSM 365 to Gorgias is a platform-domain migration: ITSM 365 is built for ITIL-aligned IT service management with Incident, Service Request, Change, and Problem objects; Gorgias is built for e-commerce customer support with Tickets, Customers, and order-management features native to Shopify. We map the ITSM objects that have clear Gorgias equivalents (Incident to Ticket, Service Request to Ticket), preserve priority and assignment fields, and flag the four ITSM objects that have no direct Gorgias counterpart—Change Management, Problem Management, Approval Chains, and SLA Timer Escalations—before migration begins. Workflows, approval chains, and SLA escalation rules do not migrate as code; we deliver a written inventory for your admin to rebuild in Gorgias Rules. Gorgias pricing is ticket-volume-based ($10 to $750 per month), which typically costs less than ITSM 365 Standard at $75 per user per month for teams above 10 agents.
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 ITSM 365 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.
ITSM 365
Incident
Gorgias
Ticket
1:1ITSM 365 Incidents map to Gorgias Tickets. The ITSM incident_number becomes the Gorgias external_id for traceability. Priority (Critical, High, Medium, Low) maps to a custom ticket priority field in Gorgias. Resolution status and resolution notes from ITSM 365 map to the Gorgias ticket body and a closed status. We preserve the original incident_created_at timestamp as a custom field itsm_created_at__c on the Gorgias ticket for audit. Incidents with an assigned ITSM agent map to the Gorgias agent by email match.
ITSM 365
Service Request
Gorgias
Ticket
1:1ITSM 365 Service Requests map to Gorgias Tickets. The request category (Password Reset, Access Request, Hardware Request) becomes a Gorgias tag or a custom ticket field. Requester information (name, email, department) maps to the Gorgias Customer record linked to the ticket. Service Request attachments migrate as Gorgias ticket attachments via the ContentDocument model.
ITSM 365
Problem
Gorgias
None (no equivalent)
lossyITSM 365 Problem records (root-cause analysis tracking, ITIL Problem Management) have no Gorgias equivalent. Gorgias is a support ticketing tool, not an ITSM problem-management platform. We export Problem records to a structured CSV inventory document with all fields mapped, linked Incidents listed, and a recommended workaround in Gorgias (typically a tag-based category plus a linked parent ticket). The customer admin uses this document to recreate a lightweight problem-tracing workflow in Gorgias Rules if needed.
ITSM 365
Change
Gorgias
None (no equivalent)
lossyITSM 365 Change records (ITIL Change Management: CAB approvals, implementation dates, risk ratings) have no Gorgias equivalent. Gorgias does not include a change-management module. We export Change records to a CSV with all standard ITSM 365 fields (Change ID, type, risk level, approval status, implementer, schedule) and deliver a written handoff document. The customer's IT operations team manages change records outside Gorgias post-migration, typically in a separate IT governance tool.
ITSM 365
SLA Assignment
Gorgias
SLA Metric (custom field)
lossyITSM 365 SLA configurations (target response time, resolution time, business hours, escalation rules) do not have a direct Gorgias equivalent. Gorgias has SLA metric fields on tickets but no automated SLA timer, pause, or breach escalation. We map ITSM SLA names to Gorgias custom ticket fields (sla_target_response_hours, sla_target_resolution_hours, sla_plan_name) as read-only metadata. The customer configures SLA reminders manually in Gorgias Rules or uses a third-party SLA tool integration post-migration.
ITSM 365
Approval Chain
Gorgias
None (no equivalent)
lossyITSM 365 Standard includes multi-step approval chains for Service Requests and Changes. Gorgias has no native approval workflow feature. We inventory every active approval chain with its trigger, approver sequence, and SLA dependency, and deliver a written reconstruction guide mapping each chain to a Gorgias Rule (if approver notification is sufficient) or recommending an external approval tool. Approval chains that require actual workflow gates rather than notifications do not transfer.
ITSM 365
Agent / Technician
Gorgias
Agent
1:1ITSM 365 Agents and Technicians map to Gorgias Agents. We match by email address. Any ITSM agent without a matching Gorgias agent account goes to a reconciliation queue for the customer admin to provision before the migration batch runs. Inactive ITSM agents who still own tickets are mapped to the corresponding inactive Gorgias agent so that ticket attribution is preserved.
ITSM 365
Requester / End User
Gorgias
Customer
1:1ITSM 365 Requesters and End Users map to Gorgias Customers. The ITSM user email becomes the Customer email field. First name and last name split from the ITSM display name. Phone, department, and custom user properties map to Gorgias Customer custom fields. If ITSM 365 stores the requester as an anonymous portal submitter (no account), we create a Gorgias Customer with email only and flag it for admin review.
ITSM 365
Custom Properties (ITSM 365 Standard)
Gorgias
Custom Fields (Gorgias Ticket or Customer)
lossyITSM 365 custom properties on Incidents, Service Requests, and Users migrate to Gorgias custom fields of equivalent type (text, number, date, boolean, dropdown). Gorgias custom fields attach to Ticket or Customer objects via the object_type parameter in the Gorgias API. We pre-create all destination custom fields before migration so that data lands in typed fields rather than falling back to the ticket body. Deprecated or deactivated ITSM 365 custom properties are flagged and excluded.
ITSM 365
Attachments
Gorgias
Attachments
1:1ITSM 365 ticket attachments (images, documents, screenshots) migrate to Gorgias ticket attachments via the ContentDocument model. We extract the attachment URL from ITSM 365, download the file, and upload it to Gorgias linked to the correct ticket. Files exceeding Gorgias attachment size limits are flagged for alternative storage (S3, Google Drive link) with the URL inserted in the ticket body.
ITSM 365
Ticket History / Activity Timeline
Gorgias
Ticket Messages
1:1ITSM 365 ticket history entries (status changes, assignment changes, internal notes, public replies) migrate to Gorgias Ticket Messages. We differentiate internal notes (via the public=false flag on the message object) from public replies. The original ITSM timestamp becomes the Gorgias message timestamp. Agent replies and customer replies are distinguished by the sender type in the message object.
ITSM 365
Knowledge Base Article (ITSM 365)
Gorgias
Help Center Article (Gorgias)
lossyITSM 365 knowledge base articles do not have an automated export path; the platform stores articles in a proprietary format with category trees. We inventory the article structure (categories, subcategories, article titles, body content, and any tagging) and deliver a structured export with HTML body content suitable for import into the Gorgias Help Center. The customer admin publishes the Help Center articles post-migration. We do not publish the Help Center as part of the migration scope.
| ITSM 365 | Gorgias | Compatibility | |
|---|---|---|---|
| Incident | Ticket1:1 | Fully supported | |
| Service Request | Ticket1:1 | Fully supported | |
| Problem | None (no equivalent)lossy | Fully supported | |
| Change | None (no equivalent)lossy | Fully supported | |
| SLA Assignment | SLA Metric (custom field)lossy | Fully supported | |
| Approval Chain | None (no equivalent)lossy | Fully supported | |
| Agent / Technician | Agent1:1 | Fully supported | |
| Requester / End User | Customer1:1 | Fully supported | |
| Custom Properties (ITSM 365 Standard) | Custom Fields (Gorgias Ticket or Customer)lossy | Fully supported | |
| Attachments | Attachments1:1 | Mapping required | |
| Ticket History / Activity Timeline | Ticket Messages1:1 | Fully supported | |
| Knowledge Base Article (ITSM 365) | Help Center Article (Gorgias)lossy | 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.
ITSM 365 gotchas
Russian-origin vendor with primarily Russian-language documentation and support
Pricing differs by region and currency — published rubles do not equal published USD
Multi-product portfolio means each module has its own data model and pricing page
Server downtime episodes reported by users
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 API availability check
We audit the source ITSM 365 portal across tier (Lite or Standard), active Incidents and Service Requests, closed ticket volume, custom properties, active SLA configurations, active approval chains, and Change and Problem record volume. We verify the ITSM 365 REST API availability ( Lite tier may restrict API access on some deployments). We inventory all workflow triggers and escalation rules. The discovery output is a written migration scope that explicitly flags Change, Problem, SLA escalation, and approval chain gaps before the customer signs off.
Schema design and custom field provisioning
We design the Gorgias destination schema: we pre-create all custom ticket fields (priority, itsm_created_at__c, sla_plan_name, sla_target_response_hours, sla_target_resolution_hours) and customer fields (department, original_itsm_user_id) via the Gorgias API before any record migration. We configure the Gorgias team structure to match the ITSM 365 group hierarchy (Help Desk, L2 Support, L3 Engineering) so that ticket assignment routing is preserved.
Change, Problem, and approval chain inventory
We extract Change and Problem records to structured CSV with all standard ITSM 365 fields. We document every active approval chain with its trigger, approver sequence, SLA condition, and rejection path. We inventory all SLA configurations with target hours and escalation rules. These four artifacts are delivered as written reconstruction documents, not migrated records. The customer admin uses them to configure Gorgias Rules (for simple notifications) or selects a separate approval and change-tracking tool for post-migration governance.
Agent and customer reconciliation
We extract every distinct ITSM 365 agent and requester by email. Agents map to Gorgias agents by email match; requesters map to Gorgias customers. Any ITSM agent without a matching Gorgias user account is held in a reconciliation queue for the customer admin to provision. The migration pipeline does not proceed past this step until the reconciliation queue is resolved.
Ticket migration in dependency order
We run the production migration in record-dependency order: Customers (from ITSM requesters) first, then Agents (validated from the reconciliation step), then Tickets (Incidents and Service Requests mapped to Gorgias tickets with priority, external_id, and itsm_created_at__c preserved). Attachments migrate after ticket creation via ContentDocument upload. Internal notes and public replies migrate as separate message objects with the public flag set correctly. We run row-count reconciliation after each phase before proceeding.
Cutover, validation, and handoff
We freeze ITSM 365 writes during cutover, run a final delta migration of any records modified during the migration window, then mark Gorgias as the system of record. We deliver the Change-Problem inventory, SLA escalation reconstruction document, and approval chain handoff to the customer admin. We support a one-week validation window where the customer's team spot-checks 30-50 tickets against the ITSM 365 source for field accuracy. We do not rebuild ITSM workflows, approval chains, or SLA escalations inside the migration scope; those are separate engagements documented for admin-led reconstruction.
Platform deep dives
ITSM 365
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 ITSM 365 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
ITSM 365: Not publicly documented in English-language materials.
Data volume sensitivity
ITSM 365 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 ITSM 365 to Gorgias migration scoping. Not seeing yours? Book a call.
Walk through your ITSM 365 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 ITSM 365
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.