Helpdesk migration
Field-level mapping, validation, and rollback between OneDesk and Zendesk. We move data and schema; workflows are rebuilt natively in Zendesk.
OneDesk
Source
Zendesk
Destination
Compatibility
8 of 10
objects map 1:1 between OneDesk and Zendesk.
Complexity
CModerate
Timeline
3-5 weeks
Overview
Moving from OneDesk to Zendesk is a schema transformation, not a record copy. OneDesk uses a unified Item model where Tickets and Tasks share the same record structure with a type discriminator, while Zendesk separates tickets, users, organizations, and knowledge base into distinct objects with typed field schemas. We extract the complete custom field schema during scoping (because OneDesk shares custom fields across all ticket types), resolve the User-agent distinction against Zendesk's per-agent licensing model, and preserve conversation threads in chronological order. Knowledge base articles migrate with category-to-section mapping. Workflow automations, SLA policies, and project groupings do not migrate as code; we deliver a written inventory of every automation referencing a migrated record ID for the customer's admin to rebuild in Zendesk's trigger and macro system. Large migrations require chunked API extraction from OneDesk because no documented bulk export endpoint exists, and we coordinate with Zendesk's rate-limit checkpoints to avoid request throttling during import.
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 OneDesk object lands in Zendesk, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
OneDesk
Ticket
Zendesk
Ticket
1:1OneDesk Tickets map directly to Zendesk Tickets. Subject, description, status, priority, and assignee fields map 1:1. The OneDesk Item ID is preserved in a custom field onedesk_item_id__c for cross-reference during validation. Conversation messages migrate as Ticket Comments in chronological order. Internal/external flag on OneDesk messages maps to Zendesk public/private comment distinction.
OneDesk
Task
Zendesk
Ticket or Task (depends on use)
lossyOneDesk Tasks are internal work items sharing the Item schema with Tickets. We map internal Tasks to Zendesk Tickets with a custom field task_type__c set to 'internal' if the customer wants visibility in Zendesk. Alternatively, Tasks map to a custom Zendesk object (Task__c) with a lookup to the parent Project simulated via Tag. The customer chooses during scoping.
OneDesk
Customer
Zendesk
End User
1:1OneDesk Customer records (external contacts, non-billable) map to Zendesk End Users. Name, email, phone, company, and custom contact properties migrate directly. We query the complete active custom field schema during scoping because OneDesk custom fields are shared across all Item types, so Customer custom properties must be extracted separately from Ticket custom fields.
OneDesk
User
Zendesk
Agent
1:1OneDesk Users (billable agents) map to Zendesk Agents. Name, email, role, and permission flags migrate. OneDesk role assignments map to Zendesk Agent permission groups (Light Agent, Agent, Admin) based on the customer's role matrix. User provisioning in Zendesk must be validated against the per-agent license count before migration begins.
OneDesk
Project
Zendesk
Tag + custom field
1:1OneDesk Projects are container objects grouping related Tickets and Tasks. Zendesk has no native project object. We simulate the project grouping by assigning a project_name__c custom field on Tickets and by creating Zendesk Tags matching the project name. If the customer has fewer than 20 projects, Tags are manageable; for larger project counts, a custom Project__c object with a Ticket__c lookup is recommended.
OneDesk
Custom Fields
Zendesk
Custom Ticket Fields
lossyOneDesk custom fields are shared across all Item types and stored at the Item level. We extract the complete active custom field schema during scoping (field name, type, options for dropdowns) and map each to an equivalent Zendesk Ticket custom field. Multi-select dropdowns map to Zendesk tagger fields. Date fields map to Zendesk date fields with YYYY-MM-DD format preservation. Required field validation in Zendesk is temporarily relaxed during import to avoid rejection on optional OneDesk fields.
OneDesk
Knowledge Base Articles
Zendesk
Help Center Articles
1:1OneDesk KB Articles migrate to Zendesk Guide Articles. Article title, body content (with HTML preservation), publish status, and author migrate directly. OneDesk category assignments map to Zendesk Section or Category depending on the destination Guide hierarchy depth. Enterprise Guide supports 5-level section nesting; lower tiers support 2-level. We configure the Help Center structure in Zendesk before migration and map articles accordingly.
OneDesk
Conversations
Zendesk
Ticket Comments
1:1Conversation messages on OneDesk Tickets and Tasks migrate to Zendesk Ticket Comments. Author reference resolves to the migrated Agent or End User. Message body, timestamp, and internal/external flag preserve. Attachments on individual comments migrate as Zendesk Ticket Attachments linked to the comment record. Thread ordering is preserved by setting the comment creation date to the original OneDesk timestamp.
OneDesk
Attachments
Zendesk
Ticket Attachments
1:1File attachments on OneDesk Items are downloaded from OneDesk storage, uploaded to Zendesk as Ticket Attachments, and linked to the corresponding Ticket. Original filenames and MIME types preserve. For large attachment sets (over 10 GB total), we chunk the upload queue to stay within Zendesk's attachment API rate limits and retry failed uploads with exponential backoff.
OneDesk
Time Entries
Zendesk
Ticket Time Tracking (Zendesk Suite Enterprise)
1:1Time tracked against OneDesk Tickets and Tasks migrates to Zendesk time tracking if the destination is Zendesk Suite Enterprise or Enterprise Plus. Hours, agent, date, and description map to Zendesk's time entry fields. For lower Zendesk tiers without native time tracking, time entries migrate as a custom ticket field (time_spent__c) in HH:MM format for reference. We flag this distinction during scoping so the customer can decide whether to upgrade tiers or accept the field-level approximation.
| OneDesk | Zendesk | Compatibility | |
|---|---|---|---|
| Ticket | Ticket1:1 | Fully supported | |
| Task | Ticket or Task (depends on use)lossy | Fully supported | |
| Customer | End User1:1 | Fully supported | |
| User | Agent1:1 | Fully supported | |
| Project | Tag + custom field1:1 | Fully supported | |
| Custom Fields | Custom Ticket Fieldslossy | Mapping required | |
| Knowledge Base Articles | Help Center Articles1:1 | Fully supported | |
| Conversations | Ticket Comments1:1 | Fully supported | |
| Attachments | Ticket Attachments1:1 | Mapping required | |
| Time Entries | Ticket Time Tracking (Zendesk Suite Enterprise)1: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.
OneDesk gotchas
User vs Customer billing model is migration-critical
Custom fields shared across all ticket types require schema discovery
Workflow automations reference migrated record IDs
Export via data view CSV may hit pagination limits on large datasets
Zendesk gotchas
Data export requires API scripting on non-Enterprise plans
Automations cap at 500 active rules and 1,000 tickets per hour
Help Center has no native export feature
Custom Objects and full data export are Enterprise-only
Pair-specific challenges
Migration approach
Discovery and scoping
We audit the source OneDesk tenant across object volume (Tickets, Tasks, Customers, Users, KB Articles, Time Entries, Attachments), active custom field schema, project count, and workflow automation inventory. We run a pre-migration record count to size the export strategy and identify which OneDesk objects require API pagination versus CSV export. The discovery output is a written migration scope document covering object mapping, custom field type inventory, and a user-agent count reconciliation against the target Zendesk agent license count.
Custom field schema extraction and type mapping
We query OneDesk's complete active custom field schema to extract every field name, data type, and option list for dropdowns. Because OneDesk shares fields across all Item types, we run a field-usage audit against a sample of records to determine which custom fields appear on Tickets versus Tasks versus Customers. We then map each field to an equivalent Zendesk field type (text, integer, checkbox, dropdown, tagger, date) and configure the Zendesk field definitions before any data import. Validation rules in Zendesk are set to permissive during import and re-enabled after migration.
Zendesk Help Center configuration
If the migration includes Knowledge Base Articles, we configure the Zendesk Guide hierarchy before article import. We map OneDesk article categories to Zendesk Sections (or nested Section hierarchies for Enterprise Guide), create the Section structure in Zendesk, and assign the article-to-section mapping. Publish status and author information migrate with the articles. Guide must be activated in Zendesk before Help Center article import can proceed.
Staged migration into Zendesk sandbox
We run a staged migration into a Zendesk sandbox or staging environment using production-like data volume. The migration sequence is: Users (agent accounts, validated against seat count), End Users (Customers), Tickets (with custom fields and conversation threads), Time Entries (if Enterprise tier), Knowledge Base Articles, and Attachments. Each phase emits a row-count reconciliation report. The customer's support manager spot-checks 20-30 tickets against the OneDesk source and signs off the mapping before production migration begins.
Production migration with delta capture
We run the production migration in dependency order: Users first, then End Users, then Tickets with resolved assignee and requester references. Conversation comments insert in chronological order preserving thread structure. Knowledge base articles publish after Tickets are stable. Attachments chunk-upload with retry on failure. During the migration window, we run a delta capture job that logs any records modified in OneDesk after the initial extraction snapshot. A final delta import resolves any tickets created or updated during cutover. Zendesk triggers and email notifications are suspended during import to prevent unwanted end-user notifications.
Automation rebuild handoff and post-migration validation
We deliver a written inventory of every OneDesk workflow automation with its trigger conditions, actions, and any record ID references, along with a recommended Zendesk equivalent (trigger, macro, or SLA policy). The customer's admin rebuilds automations post-migration. We provide a migration validation report showing record counts in Zendesk versus the source extraction, spot-checked field fidelity, and any unmapped or rejected records. We offer a one-week hypercare window for reconciliation issues raised during the first production week.
Platform deep dives
OneDesk
Source
Strengths
Weaknesses
Zendesk
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 OneDesk and Zendesk.
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
OneDesk: Not publicly documented.
Data volume sensitivity
OneDesk 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 OneDesk to Zendesk migration scoping. Not seeing yours? Book a call.
Walk through your OneDesk to Zendesk migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave OneDesk
Other ways to arrive at Zendesk
Same-Helpdesk migrations
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.