Migration Playbook

Zoho Desk Jira Service Management

Zoho Desk to Jira Service Management: The Complete Migration Playbook

A 42-step runbook across six phases — track your progress, and open the right tool at every step.

0 / 42 steps complete 0%
TL;DR

Zoho Desk to JSM migration requires translating a CRM-centric data model to an issue-centric one. CSV exports lose thread history; API migration is the only full-fidelity path.

There is no direct migration path from Zoho Desk to Jira Service Management. Zoho Desk is a CRM-centric helpdesk where tickets are children of Accounts and Contacts, while JSM is an ITIL-aligned, issue-centric platform built on Jira's core engine. CSV exports capture the latest ticket state but lose full thread history, inline attachments, and comment chronology. API-based migration is the only path that preserves complete conversation history and relational context. Every migration requires navigating Zoho's daily credit-based rate limiting and JSM's points-based burst throttling simultaneously, while translating CRM hierarchy into issue-centric workflows.

Read this first

Pair-specific gotchas that catch teams out. Each one has cost somebody a weekend.

Zoho Desk's Category → Sub-Category hierarchy doesn't exist in JSM

You'll need to flatten this into labels, components, or a cascading select custom field — each approach has trade-offs for reporting. Similarly, JSM does not support true custom objects the way a CRM does. If your Zoho Desk instance relies on custom modules, map them to JSM Assets (formerly Insight), heavily customized issue types, or linked issues. (developer.atlassian.com)

For Zoho Desk extraction, paginate using the from parameter and fetch in batches of 50

For Zoho Desk extraction, paginate using the from parameter and fetch in batches of 50 (the maximum per request). Store the last successfully fetched offset so you can resume if a script crashes or credits run out mid-extraction.

The runbook

Work top to bottom. Tick steps as you go — your progress is saved in this browser.

01 Discovery Establish why you are moving, what "done" means, and who signs off. 0/6

Objective A written scope with agreed success criteria, a named owner per workstream, and a budget approved by finance.

  1. Pull the real numbers out of Zoho Desk

    Support ops 1 day

    Export counts for tickets (open and closed separately), contacts, organisations, attachments, macros, triggers, automations, views and SLA policies. Note the oldest ticket date — history depth drives the whole timeline. Estimating from memory is the single most common cause of a blown migration window.

    Data Profiler Get real record counts instead of estimating from memory
  2. Decide what history actually moves

    Support lead 2 days

    Agree a cut-off with the support lead: all history, last 24 months, or open tickets plus a read-only archive. Every extra year of closed tickets adds API time and cost without adding much agent value. Get this in writing — it is the decision people relitigate mid-cutover.

    A "move everything" default is what turns a two-week migration into a two-month one.

    COI & ROI Calculator Build the 36-month business case you will need for sign-off
  3. Confirm Jira Service Management can hold your support model

    Solution architect 2-3 days

    Walk your current workflow through Jira Service Management: multi-brand, business hours, SLA targets, CSAT, side conversations, public vs internal notes, and any channel you depend on (voice, chat, WhatsApp, social). List anything with no native equivalent — those are project risks, not configuration details.

  4. Build the business case

    Project sponsor 1-2 days

    Model licence delta, migration effort, agent retraining, and the cost of staying put (Cost of Inaction). Executives approve a number, not a plan, and you will be asked for it again at the go/no-go.

    Helpdesk Migration Planner Turn ticket volume into a dated Zoho Desk → Jira Service Management timeline
  5. Name owners and set the go/no-go date

    Project manager 1 day

    One named owner each for data, configuration, integrations, and agent enablement, plus a decision-maker who can call a rollback. Put the go/no-go meeting in calendars now, 48 hours before the freeze.

  6. Record count comparison

    Total tickets, contacts, and organizations in Zoho vs. JSM. Account for intentionally excluded records.

Zoho Desk → Jira Service Management specifics

Atlassian ecosystem consolidation
Teams already on Jira Software and Confluence want one platform for engineering and support.
ITIL alignment
JSM ships with ITIL-aligned request types (Incident, Problem, Change, Service Request) that Zoho Desk doesn't natively model.
Automation and SLA maturity
JSM's automation engine and SLA configurations tied to request types and organizations offer more granularity than Zoho Desk's Blueprint workflows.
Asset management
JSM's built-in Assets (formerly Insight) CMDB gives IT teams a native way to link configuration items to incidents — something Zoho Desk handles only through integrations.
Ongoing sync during transition
Integration platform for new tickets only, combined with bulk migration for history.

Don't move on until

  • Record counts confirmed for tickets, contacts, organisations and macros
  • Success criteria signed off by the support lead
  • Freeze window provisionally booked with the business
02 Data Audit Find out what is actually in the data before you try to move it. 0/7

Objective A profiled, cleaned export with every quality defect either fixed at source or explicitly accepted.

  1. Take a full Zoho Desk export and profile it

    Data engineer 1-2 days

    Export to CSV or JSON and profile every file: row counts, null rates per column, distinct values, and type consistency. Compare row counts against the API totals from Discovery — a gap here means your export is silently truncated, usually by pagination.

    Data Profiler Profile the Zoho Desk export for nulls, outliers and type drift
  2. Validate file structure before anyone writes a transform

    Data engineer 1 day

    Check delimiters, quoting, encoding (expect UTF-8, watch for BOMs and Latin-1), duplicate headers, and embedded newlines in ticket bodies. Ticket descriptions with raw newlines and commas break naive CSV parsers and silently shift columns.

    A single unescaped quote in one ticket body can shift every subsequent column without any error.

    CSV Validator Catch broken headers and ragged rows in the raw export
  3. Inventory PII and set retention

    Compliance / DPO 2 days

    Scan for emails, phone numbers, payment card fragments, national IDs and anything else regulated in ticket bodies and custom fields — support tickets are where customers paste things they should not. Decide what gets migrated, masked, or dropped, and record the legal basis.

    Ticket bodies and attachments routinely contain card and ID data that never appears in a structured field.

    PII & Compliance Scanner Find regulated fields before they land in a new system
  4. Quantify duplicates, orphans and dead references

    Support ops 1-2 days

    Count duplicate contacts (same email, different casing), tickets whose requester no longer exists, organisations with no members, and attachments whose parent ticket is gone. Fix these in Zoho Desk where you can — migrating them just moves the mess.

    Data Cleaner Strip empty rows, stray whitespace and dead columns
  5. Clean and normalise the export

    Data engineer 2 days

    Trim whitespace, drop empty rows and columns, normalise casing on emails and tags, and standardise every timestamp to UTC ISO 8601. Timezone drift is invisible at load time and shows up weeks later as SLA reports nobody can reconcile.

  6. Produce a masked copy for sandbox work

    Data engineer 0.5 day

    Generate a realistic but fake version of the export for testing and for any vendor who needs sample data. Loading real customer PII into a sandbox is a breach in most jurisdictions, and sandboxes are rarely covered by your DPA.

    PII Masker Generate a safe copy for sandbox and vendor testing
  7. Audit your Zoho Desk data

    Count records per module: Tickets, Contacts, Accounts, Tasks, Articles, custom modules. Identify custom fields and any CRM-linked data you need. Note that Zoho CSV exports are department-specific and export date/time values in GMT. (help.zoho.com)

Don't move on until

  • Export parses cleanly with no ragged rows or encoding errors
  • PII inventory complete and retention decisions recorded
  • Duplicate and orphan records quantified and triaged
03 Field Mapping Turn two schemas into one signed-off mapping spec. 0/7

Objective A reviewed field-level mapping covering every object, with an explicit decision for every field that has no target.

  1. Generate the first-pass Zoho Desk → Jira Service Management field map

    Solution architect 2 days

    Start from an automated match on both schemas, then review every row by hand. Automated matching gets the obvious 70% right and is confidently wrong on the rest — especially anything named "type", "status" or "custom_field_1".

    Schema Mapper Opens pre-loaded with the Zoho Desk → Jira Service Management field pair
  2. Map status, priority and channel values, not just field names

    Support lead 1-2 days

    Enumerate every value in each picklist on both sides and map them explicitly. Value-level mismatches are the defect class that survives all the way to production because the field itself mapped fine — a ticket that should be "Pending" arriving as "Open" reopens SLA clocks.

    Statuses with no target equivalent (on-hold, pending-customer) need a policy decision, not a best guess.

  3. Decide how custom fields land

    Solution architect 2 days

    Create the target custom fields first, matching type exactly (a dropdown mapped to free text can never be mapped back). Where Jira Service Management has no equivalent, decide between a new custom field, a tag, or a note appended to the ticket body — and record which.

  4. Resolve identity and threading

    Data engineer 1 day

    Decide how source IDs are preserved — most platforms will not let you set the primary key, so keep the original ID in a custom field. Without it, reconciliation becomes fuzzy matching and every future support question about an old ticket is unanswerable.

    Losing the original ticket ID makes reconciliation and rollback effectively impossible.

  5. Plan attachments, inline images and threading order

    Data engineer 1-2 days

    Confirm size limits, allowed MIME types, and whether inline images survive as attachments or need rehosting. Decide the comment ordering and author attribution rules: comments loaded out of order, or all attributed to the API user, destroy the conversation history agents rely on.

  6. Freeze and sign off the mapping spec

    Project manager 1 day

    Version the spec, walk the support lead through it row by row, and get explicit sign-off. Any change after this point goes through change control — mid-flight mapping edits are how partial loads happen.

  7. Create a field mapping document

    Map every Zoho field to its JSM equivalent. Flag fields that require transformation (picklists, dates, multi-select, status values).

    Data Format Converter Reshape the export into the format Jira Service Management's importer expects

Don't move on until

  • Every source field is mapped, deliberately dropped, or parked in a custom field
  • Status, priority and channel value maps agreed with the support lead
  • Mapping spec version-controlled and signed off
04 Test Migration Prove the pipeline on a small, representative slice. 0/7

Objective A pilot load into a Jira Service Management sandbox that reconciles cleanly and has been reviewed by real agents.

  1. Stand up a Jira Service Management sandbox that matches production config

    Solution architect 2-3 days

    Create the custom fields, groups, brands, business hours and SLA policies first. A pilot into a default sandbox tests nothing, because the failures you care about are all configuration mismatches.

  2. Pick a deliberately nasty pilot sample

    Data engineer 0.5 day

    Take 500-1000 records chosen for difficulty, not convenience: the longest ticket threads, tickets with the most attachments, non-Latin character sets, merged and split tickets, deleted requesters, and every status value. A clean random sample proves only that easy records are easy.

  3. Run the load with masked data and instrument everything

    Data engineer 1-2 days

    Log every API request and response with its source record ID. When 40 records fail out of 10,000 you need to know exactly which ones and why, without re-running the whole batch.

    PII Masker Never load real customer PII into a sandbox
  4. Measure real throughput against the rate limit

    Data engineer 1 day

    Record achieved records-per-hour under Jira Service Management's actual rate limits, including retries and backoff. Extrapolate to the full volume: if the maths says the full load exceeds your freeze window, you fix that now, not on cutover night.

    Published rate limits are ceilings, not throughput. Assume real-world rates are meaningfully lower once retries and backoff are counted.

  5. Reconcile the pilot and triage every failure

    Data engineer 1-2 days

    Diff source against target on record counts and field-level values. Every discrepancy gets a root cause and a fix — "probably fine" at pilot scale becomes thousands of broken records at full scale.

    Migration Validation Tool Diff the pilot batch against source before scaling up
  6. Put real agents in front of the pilot data

    Support lead 2 days

    Have two or three agents work sample tickets end to end in the sandbox. They find the things reconciliation cannot see: unreadable threading, missing context, macros that no longer make sense. Fix the mapping, then re-run.

  7. Set up a sandbox

    Run a test migration of a representative sample (500–1,000 tickets) into a JSM staging environment. Validate that attachments open, inline images render, custom fields populate, and thread chronology is correct.

Zoho Desk → Jira Service Management specifics

Field-level spot checks
Sample 50–100 tickets across different statuses, departments, and date ranges. Verify every mapped field. Use JQL for targeted checks: project = SUPPORT AND reporter = 'user@example.com' ORDER BY created DESC.
Thread integrity
Open 20+ tickets with multi-thread conversations. Confirm all replies appear in correct chronological order with correct public/internal visibility.
UAT with agents
Have 2–3 support agents work in JSM for a day using migrated data. They'll catch issues automated tests won't.

Don't move on until

  • Pilot batch reconciles to 100% on record counts
  • Agents have reviewed sample tickets and confirmed they are workable
  • Measured throughput extrapolates to a viable full-load window
05 Cutover Execute the switch inside a controlled, reversible window. 0/6

Objective All in-scope data live in Jira Service Management, agents working in the new system, and a rollback path that stayed available throughout.

  1. Pre-load history before the freeze

    Data engineer 3-10 days

    Load closed tickets and contacts days or weeks ahead while Zoho Desk stays live. Only open tickets and the final delta need to move inside the freeze — this is the single biggest lever on window length.

    Helpdesk Migration Planner Size the freeze window from Jira Service Management's real API limits
  2. Publish the runbook with times, owners and abort criteria

    Project manager 1 day

    A timed sequence: freeze start, final export, delta load, channel switch, smoke test, go/no-go, agent switch. Name who does each step and the explicit condition that triggers a rollback. Decide the abort criteria before the night, when nobody wants to be the one to call it.

  3. Freeze Zoho Desk and take the final delta

    Support ops 2-4 hours

    Stop new ticket creation, let agents finish in-flight replies, then export everything changed since the pre-load. Announce the freeze to the whole business, not just support — someone always tries to raise a ticket during it.

    Tickets created during an unenforced freeze land in the old system and are the most common source of permanently lost data.

  4. Load the delta and open tickets

    Data engineer 2-6 hours

    Run the delta load, then reconcile counts before touching any channel. Do not repoint email until the delta has verified — an inbound ticket arriving mid-load is far harder to untangle than a few extra minutes of freeze.

    Migration Validation Tool Confirm the final delta landed before you reopen
  5. Repoint channels and verify with live traffic

    IT / integrations 2-4 hours

    Switch email forwarding and MX or connector settings, update chat widgets and web forms, and re-authorise integrations. Then send real test tickets through every channel and confirm each lands, routes and triggers the right automation.

    Email forwarding changes can take up to a full DNS TTL to propagate — check the TTL days in advance and lower it if needed.

    Cron Expression Builder Schedule the delta syncs that run through the freeze
  6. Run the go/no-go and switch the agents

    Project sponsor 1-2 hours

    Walk the exit criteria with the decision-maker, call it explicitly, then move agents over with a named person on hand for the first few hours. Keep Zoho Desk read-only rather than cancelled — cancelling the old contract on day one removes your only fallback.

Don't move on until

  • Full historical load complete and counts matched
  • Inbound channels repointed and verified with live test tickets
  • Rollback decision point passed explicitly, not by default
06 Validation Prove the migration is complete, then close it out. 0/9

Objective Documented evidence that data, workflow and reporting all survived, and a signed acceptance.

  1. Run the full reconciliation

    Data engineer 1-2 days

    Compare source and target on every object: total counts, counts by status, counts by group, attachment counts, and field-level spot checks on a random sample. Produce one report you can hand to an auditor.

    Migration Validation Tool Reconcile Zoho Desk and Jira Service Management record-for-record
  2. Verify field completeness, not just record counts

    Data engineer 1 day

    Re-profile the loaded data and compare null rates per field against the source profile. Matching record counts with a field that silently arrived empty is the failure mode counts alone will never catch.

    Data Profiler Prove field completeness held up through the load
  3. Rebuild reporting and compare against baselines

    Support ops 2-3 days

    Recreate your core dashboards — volume, first response time, resolution time, CSAT — and compare to pre-migration figures for the same period. Explain every variance; a changed SLA calculation is a real finding, not a rounding error.

    SLA and first-response metrics are usually recalculated from the loaded timestamps, so they will differ if any timestamp mapping was approximate.

  4. Test the workflow layer end to end

    Support ops 2 days

    Fire every trigger, automation, SLA escalation, macro and notification with a live ticket. Workflow does not migrate — it gets rebuilt — so it is untested until someone has actually watched it run.

  5. Confirm compliance and produce the audit trail

    Compliance / DPO 1 day

    Re-scan the loaded data for regulated fields, confirm retention and deletion policies are configured in Jira Service Management, and file the evidence with your PII decisions from the audit phase.

    PII & Compliance Scanner Produce the compliance evidence your auditor will ask for
  6. Sign off, then decommission on a schedule

    Project sponsor 1 day

    Get written acceptance against the Discovery success criteria. Keep Zoho Desk read-only for an agreed period (30-90 days is typical), take a final archive export, and only then cancel. Diarise the decommission date so it does not quietly renew.

  7. Rebuild automations

    Zoho Desk Blueprints, assignment rules, and SLA policies don't migrate. Rebuild them as JSM automation rules and SLA configurations.

  8. Rebuild portal forms

    JSM request forms, queues, and notification schemes need configuration from scratch.

  9. Monitor for 30 days

    Watch for data inconsistencies, missing attachments, broken automations, and misrouted requests. Keep Zoho Desk in read-only mode as a fallback.

Zoho Desk → Jira Service Management specifics

Attachment verification
Confirm inline images render in JSM comments. Verify file attachments are downloadable and not corrupted.
Relationship validation
Verify that customers are associated with the correct organizations and that issues are linked to the correct customers.
Reconfigure integrations
Any third-party tools connected to Zoho Desk (Slack notifications, CRM sync, analytics dashboards) need to be re-pointed to JSM.
Train your team
JSM's UI, queue system, and workflow model are fundamentally different from Zoho Desk. Budget real training time.

Don't move on until

  • Full reconciliation report attached to the project record
  • Reporting baselines match pre-migration figures within agreed tolerance
  • Formal acceptance signed and archive retention scheduled

Field mapping reference

The field-by-field mapping for each object. Use this as the starting point for your mapping spec.

Object JSM Equivalent 9 fields
Zoho Desk fieldJira Service Management fieldNotes
Account Organization JSM Organizations are groups of customers shared across service projects. Capture the Organization ID returned by the JSM API to link Customers later. Do not confuse with an Atlassian organization for site administration.
Contact Customer JSM Customers are Atlassian accounts without application access. Email is the unique identifier. Customer creation requires Jira Administrator global permission. (developer.atlassian.com)
Ticket Issue / Request Type Maps to a specific Request Type within a JSM project. Miss the request type and the record won't behave like a full JSM request. Status must be translated to JSM workflow transitions.
Department Service Project Each Zoho Desk department typically maps to a separate JSM service project. Cross-department ticket references require issue links.
Thread / Comment Comment (Public/Internal) Zoho threads include replies, forwards, and internal notes. JSM comments are either public or internal. Direction metadata (forward vs. reply) is lost.
Attachment Attachment Must be downloaded from Zoho's authenticated CDN and uploaded via JSM API. Inline images in threads need URL rewriting.
Product Component or Label JSM has no native Product entity. Use components or labels as a workaround.
Task Sub-task or linked issue Zoho tasks are standalone; JSM tasks are issue types.
Knowledge Base Article Confluence page JSM delegates KB to Confluence. This is a separate migration.
Zoho Desk JSM 11 fields
Zoho Desk fieldJira Service Management fieldNotes
Subject Summary Direct map
Description Description HTML → Atlassian Document Format (ADF) or wiki markup
Status (Open, On Hold, Closed, etc.) Workflow Status Must map to target project's workflow transitions
Priority (High, Medium, Low) Priority Map to JSM priority scheme
Channel (Email, Phone, Chat) Label or Custom Field No native channel field in JSM
Assignee (Agent) Assignee Must match Atlassian account IDs
Due Date Due Date Direct map
Category / Sub-Category Request Type or Custom Field See callout below
Custom Fields Custom Fields Must be pre-created in JSM with matching types
Tags Labels Direct map
Ticket ID Custom field: legacy Zoho ticket ID Preserve for idempotency and audit

Risk matrix

Per-object risk for this pair. Plan extra validation around anything marked high.

ObjectRiskNotes
Ticket Thread History high CSV export doesn't include threads; requires API extraction with pagination
Inline Images high Authenticated Zoho CDN URLs break in JSM; must download and re-upload each image
Comment Authorship high API creates comments as bot user unless impersonation is configured per-comment
Custom Modules high No direct JSM equivalent; must map to Atlassian Assets or custom fields
Attachments medium Requires authenticated download, staging, re-upload, and checksum verification
Customer-Organization Links medium Zoho allows duplicate contacts per email; JSM deduplicates by email address
Status/Workflow State medium Must walk each issue through correct transition sequence to reach final state
SLA Policies medium Zoho Blueprints and assignment rules must be rebuilt as JSM automation rules
Knowledge Base Articles medium Separate migration to Confluence required; JSM delegates KB entirely
Category Hierarchy low Zoho's Category → Sub-Category flattened to labels or cascading select fields

The hard parts

What makes this specific migration difficult, beyond the mechanics.

Data Model Translation

CRM hierarchy (Account → Contact → Ticket) must be flattened into JSM's issue-centric schema with Organizations and Customers.

Thread History Preservation

CSV exports lose full conversation threads and inline attachments; only API extraction preserves complete comment chronology.

Inline Image Rewriting

Zoho CDN image URLs require authenticated download, re-upload to JSM, and HTML rewriting to reference new attachment IDs.

Dual Rate Limiting

Zoho's daily credit system and JSM's burst-based points model require separate throttling logic with exponential backoff.

Status Workflow Mapping

Zoho statuses cannot be set directly in JSM; issues must be transitioned through workflow steps programmatically.

What breaks

Known failure modes. Have a recovery plan for each before you cut over.

Rebuild automations

Zoho Desk Blueprints, assignment rules, and SLA policies don't migrate. Rebuild them as JSM automation rules and SLA configurations.

Reconfigure integrations

Any third-party tools connected to Zoho Desk (Slack notifications, CRM sync, analytics dashboards) need to be re-pointed to JSM.

Rebuild portal forms

JSM request forms, queues, and notification schemes need configuration from scratch.

Train your team

JSM's UI, queue system, and workflow model are fundamentally different from Zoho Desk. Budget real training time.

Monitor for 30 days

Watch for data inconsistencies, missing attachments, broken automations, and misrouted requests. Keep Zoho Desk in read-only mode as a fallback.

Tools used in this playbook

All free, all run entirely in your browser — nothing is uploaded.

Helpdesk Evaluator Sanity-check that Jira Service Management is the right target before you commit COI & ROI Calculator Build the 36-month business case you will need for sign-off Helpdesk Migration Planner Turn ticket volume into a dated Zoho Desk → Jira Service Management timeline Data Profiler Get real record counts instead of estimating from memory PII & Compliance Scanner Find regulated fields before they land in a new system CSV Validator Catch broken headers and ragged rows in the raw export Data Cleaner Strip empty rows, stray whitespace and dead columns PII Masker Generate a safe copy for sandbox and vendor testing Regex Tester with Migration Patterns Prototype the extraction patterns before scripting them Schema Mapper Opens pre-loaded with the Zoho Desk → Jira Service Management field pair Data Format Converter Reshape the export into the format Jira Service Management's importer expects CSV to JSON Converter Turn flat exports into the JSON the API expects JSON to CSV Converter Flatten nested API responses into a reviewable sheet XML to JSON Converter Convert legacy XML payloads for a JSON-first importer CSV to SQL Converter Load the export into a staging table you can query Migration Validation Tool Diff the pilot batch against source before scaling up JWT Decoder Inspect the token when the API rejects your calls Base64 Decoder Decode attachment payloads to confirm they survived transit Cron Expression Builder Schedule the delta syncs that run through the freeze

FAQ

Can I migrate Zoho Desk ticket history to Jira Service Management using CSV?

No. Zoho Desk's CSV export captures the latest ticket state and standard fields but does not include full thread history, inline attachments, or comment chronology. Zoho's Data Backup feature includes email threads and attachments, but that data still can't be loaded into JSM via CSV import. API-based migration is the only path to preserve complete conversation history.

What are Zoho Desk API rate limits for migration?

Zoho Desk uses a daily credit system, not per-minute rate limits. Credits reset every 24 hours. Standard tier gets 50,000 base credits plus 250 per agent; Enterprise gets 100,000 plus 1,000 per agent. All endpoints return a maximum of 50 records per request, and deeper pagination ranges consume significantly more credits. Concurrency caps range from 10 to 25 simultaneous requests depending on tier.

How do Zoho Desk Accounts and Contacts map to JSM?

Zoho Desk Accounts map to JSM Organizations. Contacts map to JSM Customers (Atlassian accounts identified by email). Tickets map to JSM Issues with specific Request Types. There is no direct equivalent for Zoho Desk Products — use JSM Components or Labels. Custom modules typically map to Atlassian Assets or custom fields on issues.

Does Jira Service Management have API rate limits?

Yes. JSM Cloud uses a points-based model with burst rate limiting per tenant per endpoint and per-issue write limits. Some endpoints have significantly lower caps than the default. All rate limit violations return HTTP 429 with a Retry-After header. Implement exponential backoff with jitter to handle these correctly.

How long does a Zoho Desk to Jira Service Management migration take?

It depends on volume and complexity. A small migration under 5,000 tickets with standard fields can complete in 2–3 days. Enterprise migrations with 50,000+ tickets, custom fields, and full thread history typically take 1–2 weeks including test runs and validation.

Or skip all of this and let us handle it

Book a 30-minute call and we'll scope your migration in a single session.