Helpdesk migration
Field-level mapping, validation, and rollback between Jira Service Management and Zendesk. We move data and schema; workflows are rebuilt natively in Zendesk.
Jira Service Management
Source
Zendesk
Destination
Compatibility
8 of 12
objects map 1:1 between Jira Service Management and Zendesk.
Complexity
BStandard
Timeline
4-6 weeks
Overview
Moving from Jira Service Management to Zendesk is a migration from a developer-first ITSM platform to a customer-service-native help desk. Jira Service Management structures its data around Projects, Request Types, and Requests; Zendesk uses Tickets organized by Views with Triggers, Macros, and Automations managing routing and escalation. The primary technical challenge is that JSM's Request Type fields and custom field schemas are project-scoped and vary per service project, requiring a field-by-field discovery pass before mapping. We preserve SLA definitions (if the destination Suite tier supports them), reconstruct the link between Assets objects and originating Requests using JSM's issue-to-asset relationship API, and reconcile agent versus customer user types so that the destination does not bill portal-only users as agents. Workflows, Automation Rules, and Knowledge Base articles in Confluence do not migrate as code; we deliver a written inventory of these for the customer's admin to rebuild on Zendesk Guide and with Zendesk business rules.
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 Jira Service Management 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.
Jira Service Management
Request
Zendesk
Ticket
1:1JSM Requests map directly to Zendesk Tickets. The JSM Request summary becomes the Ticket subject, description migrates as the Ticket comment body, priority maps to Zendesk priority (urgent/high/normal/low), and status (Open, In Progress, Pending, Resolved, Closed) maps to Zendesk ticket status. Request key (e.g., JSM-1234) is stored in a custom Zendesk field for traceability. Custom fields on the JSM Request Type are discovered via the metadata API, typed, and created as Zendesk custom fields before import.
Jira Service Management
Service Project
Zendesk
Group + View
1:manyJSM Service Projects encapsulate Request Type lists, team permissions, portal settings, and SLA definitions. We split each Service Project into a Zendesk Group (for agent routing and permissions) and one or more Views that filter Tickets by the relevant Request Type tags we apply during import. Portal branding and allowed-domain settings from the JSM project are documented in the rebuild handoff for the customer's Zendesk admin to reconfigure in Guide settings.
Jira Service Management
Request Type
Zendesk
Tag + View filter
lossyJSM Request Types define the intake form shown to customers. Zendesk has no direct Request Type equivalent; instead we apply a tag per Request Type (e.g., tag: hardware-request, password-reset) during import and create Views that filter by those tags to replicate the Request Type routing logic. If the customer needs mandatory fields per Request Type, we recommend Zendesk's Ticket Forms (available from Suite Growth) as the equivalent.
Jira Service Management
SLA Definition
Zendesk
SLA Policy
1:1JSM SLA goals, starting conditions, and pause conditions (available in Premium and Enterprise) map to Zendesk SLA Policies (Suite Team and above includes limited SLA; Suite Growth and above includes full SLA goals with business hours configuration). We translate JSM's Calendar-based start conditions and pause conditions to Zendesk's first_reply_time and next_reply_time metric definitions, preserving the original goal hours in a custom field for audit. If the source JSM is Standard tier with no SLA data, this mapping step is skipped.
Jira Service Management
Comment and Internal Note
Zendesk
Ticket Comment
1:1JSM public comments and internal notes both migrate to Zendesk ticket comments. Internal notes in JSM are flagged with a public: false attribute; we set the Zendesk comment visibility to internal by placing it in the comments array with author_id pointing to the agent. Public comments migrate as public Zendesk comments. The original author, timestamp, and body text are preserved. Attachments embedded in comments are handled in the attachment pass after the parent ticket is created.
Jira Service Management
Attachment
Zendesk
Ticket Attachment
1:1File attachments on Requests and comments are downloaded from Atlassian's CDN and re-uploaded to Zendesk via the Zendesk Attachments API. Large attachment batches (exceeding 20 MB or 100 attachments per batch) are chunked to avoid timeout. Original filenames are preserved. If an attachment was attached to an internal note in JSM, it is re-attached to an internal comment on the Zendesk ticket to maintain visibility semantics.
Jira Service Management
User and Agent
Zendesk
User
1:1JSM agents (licensed resolvers) map to Zendesk agents. JSM customer portal users map to Zendesk end-users. We match by email address and set the user_type field explicitly to prevent portal-only users from landing as billable agents. JSM users without email are assigned a generated placeholder email and flagged in the reconciliation report for the customer's admin to link to a real account post-migration. Role and group membership from JSM project permissions translate to Zendesk Agent permissions and Group membership.
Jira Service Management
Label and Tag
Zendesk
Tag
1:1JSM labels on Requests migrate as Zendesk tags. Tag names are normalized to Zendesk's lowercase-with-hyphens format during transform. Tags used for Request Type identification are preserved as-is; all other tags migrate directly. Zendesk tag limits (max 200 tags per ticket) are enforced during import, and any tags exceeding the limit are logged for the customer's admin to consolidate post-migration.
Jira Service Management
Issue Link
Zendesk
Zendesk Link (custom field or ticket comment)
lossyJSM issue links (blocks, relates to, duplicate) reference other Jira issues. Within a Zendesk-only destination there is no native Jira-style issue link. We store the linked JSM issue key in a custom text field on the ticket and add a public comment referencing the linked item, preserving the relationship for cases where both systems will coexist temporarily or permanently. If the customer has migrated to Zendesk exclusively, linked items without a Zendesk equivalent are flagged as reference-only records.
Jira Service Management
Issue History (Change Log)
Zendesk
Ticket Comment (audit trail)
1:1JSM's full change history including field changes, status transitions, and assignee updates is exported via the issue changelog API and written as internal Zendesk comments with a standardized audit format (field: old value > new value, timestamp, actor). This preserves the audit trail for compliance and for teams that rely on the full history for SLA breach investigation.
Jira Service Management
Assets (CMDB)
Zendesk
Organization custom fields or separate object
lossyJSM Assets object schema data (objects, object types, attributes, lifecycle statuses, ownership, and location) has no direct Zendesk equivalent. Zendesk does not include a native CMDB. We export Assets data from JSM via CSV, reconstruct the issue-to-asset linkage using JSM's relationship API (because the CSV export excludes ticket linkage), and migrate asset data as Organization-level custom fields or as a separate Zendesk custom object (using a data import with a custom record type). Asset ownership maps to Zendesk Organization assignments. The customer should evaluate Zendesk Explore or a third-party asset management integration if CMDB functionality is required post-migration.
Jira Service Management
Knowledge Base Article (Confluence)
Zendesk
Zendesk Guide Article
1:1JSM Knowledge Base articles live in Confluence spaces linked to a service project. We export articles from the linked Confluence space via the Confluence REST API, transform Confluence storage format (XHTML) to Zendesk Guide HTML, and import into Zendesk Guide sections. Space permissions from Confluence do not transfer; the customer re-applies article permissions in Zendesk Guide post-migration. Article attachments migrate as Zendesk article file attachments. If the source JSM has no linked Confluence space, this step is skipped and documented in the handoff as a Guide rebuild requirement.
| Jira Service Management | Zendesk | Compatibility | |
|---|---|---|---|
| Request | Ticket1:1 | Fully supported | |
| Service Project | Group + View1:many | Fully supported | |
| Request Type | Tag + View filterlossy | Fully supported | |
| SLA Definition | SLA Policy1:1 | Fully supported | |
| Comment and Internal Note | Ticket Comment1:1 | Fully supported | |
| Attachment | Ticket Attachment1:1 | Fully supported | |
| User and Agent | User1:1 | Fully supported | |
| Label and Tag | Tag1:1 | Fully supported | |
| Issue Link | Zendesk Link (custom field or ticket comment)lossy | Fully supported | |
| Issue History (Change Log) | Ticket Comment (audit trail)1:1 | Fully supported | |
| Assets (CMDB) | Organization custom fields or separate objectlossy | Mapping required | |
| Knowledge Base Article (Confluence) | Zendesk Guide Article1: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.
Jira Service Management gotchas
SLA and advanced analytics are Premium-gated
Assets export omits ticket linkage and import config
Points-based API rate limits in 2026 change migration throughput
Automation migration excludes actors, audit logs, and performance insights
Agent vs. customer user type determines license billing
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 field-by-field scoping
We audit every JSM service project via the REST API metadata endpoint, listing all Request Types, custom fields, SLA definitions, and automation rules per project. We extract the asset object schema and query the issue-to-asset relationship API to capture linkage data. We identify active Jira-Zendesk integration endpoints if any exist. The discovery output is a written migration scope document that lists every JSM custom field with its project, type, and Zendesk custom field target, plus a flag for any SLA calendars and automation rules requiring rebuild.
Zendesk environment preparation
We configure the Zendesk destination: Groups per JSM service project, Views per Request Type, SLA Policies translated from JSM definitions (if the Suite tier supports them), Ticket Forms if the customer uses multiple intake types, and custom fields typed to match JSM's field-by-field discovery. We set business hours and timezone to match JSM's SLA calendar configuration. We disable Triggers and Automations that would fire on incoming tickets during import to prevent notification spam during migration.
Asset linkage pre-pass and user reconciliation
Before any ticket migration, we run the JSM asset relationship pre-pass to capture every issue-to-asset link. We reconcile JSM agents and portal users by email against the Zendesk user table, flagging any unmatched users for the customer's admin to provision. We set user_type explicitly on every imported user to prevent portal-only users from counting as billable agents. We create Organization records in Zendesk for any asset ownership mapping.
Sandbox validation and mapping sign-off
We run a full migration into a Zendesk staging environment using production-like data volume. The customer's service desk lead reconciles record counts (Requests in, Tickets out, Comments in, Attachments in), spot-checks 25-50 tickets against JSM source records for field accuracy and SLA preservation, and reviews the asset linkage on sample tickets. Any mapping corrections happen in staging before production cutover.
Production migration in dependency order
We run production migration in record-dependency order: Organizations and Users first, then Tickets with Request Type tags and custom field values, then Comments and internal notes preserving audit trail, then Attachments linked to parent tickets, then Change History as internal audit comments, then Asset data as Organization-level custom fields or separate custom records. Each phase emits a row-count reconciliation report before the next phase begins. We use Zendesk's REST API with batch chunking and exponential backoff on rate limit responses.
Cutover, delta sync, and automation rebuild handoff
We freeze JSM writes during the cutover window, run a final delta migration of any Requests modified during the migration, then point the customer portal and email routing to Zendesk. We deliver the Automation and SLA inventory document listing every JSM rule and SLA with a recommended Zendesk Trigger, Automation, or SLA Policy equivalent. We support a one-week hypercare window for reconciliation issues. We do not rebuild JSM automations or Confluence articles inside the migration scope; that work is handled by the customer's Zendesk admin or a Zendesk implementation partner.
Platform deep dives
Jira Service Management
Source
Strengths
Weaknesses
Zendesk
Destination
Strengths
Weaknesses
Complexity grading
Standard Helpdesk migration. 1 of 7 objects need a mapping; the rest are 1:1.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across Jira Service Management and Zendesk.
Object compatibility
1 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
Jira Service Management: Points-based rate limiting introduced 2026; per-endpoint point costs vary; API token traffic is not affected by the new points-based limits.
Data volume sensitivity
Jira Service Management exposes a bulk API — large-volume migrations stream efficiently.
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 Jira Service Management to Zendesk migration scoping. Not seeing yours? Book a call.
Walk through your Jira Service Management 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 Jira Service Management
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.