Comparison
Jira Service Management vs osTicket
Two tools districts shortlist for device tracking and IT operations, compared the way a buying committee actually reads them: what each is, what each does well, and what to check before signing. We build Chalk, a third option in this space — that context is worth knowing as you read, and it is why every claim below carries its basis.
Jira Service Management
The most capable ITSM platform a district can actually afford — Atlassian gives K-12 a 50% academic discount — but self-hosting has closed to new customers, and its CMDB is an empty box you have to model yourself.
Where Jira Service Management is strong
- The deepest ITIL process set of anything on this page: incident, problem, change, and request management, service catalog, approvals, SLAs, on-call schedules and alert routing, and deployment gating tied to CI/CD.
- A real academic discount that names K-12 districts and boards of education — 50% off Jira Service Management on Cloud, 75% off Confluence, and Atlassian Guard free.
- The Free plan is genuinely usable for a small shop: three agents, unlimited customers, and an embedded knowledge base included, with no trial clock.
- Assets is included from Standard upward with 5,000 objects, rising to 50,000 on Premium, plus basic network discovery on Premium and 30-plus import adapters.
- An enormous marketplace and an excellent API, so almost any workflow you can describe can be built — by you, by a partner, or by an app someone already wrote.
- Atlassian is not going anywhere, and if your district already runs Jira for other departments the service desk shares the same platform, permissions, and automation engine.
What to check before you buy
-
You can no longer buy self-hosted. Atlassian closed Data Center to new customers on 30 March 2026, stops selling expansions to existing customers in 2028, and takes Data Center read-only at end of life on 28 March 2029.
Basis: Atlassian's own Data Center end-of-life page states each of those dates and defines new customers as organizations that never owned paid Data Center seats before 30 March 2026.
-
Assets is a flexible CMDB, not an ITAM product. It ships empty — you author the object schemas, types, and attributes yourself before it holds a single Chromebook, and Atlassian's own copy jokes that it can model 'people records? Fish?'
Basis: Atlassian's asset and configuration management feature page describes it in exactly those terms; discovery is IP-network scanning, listed as a Premium addition.
-
No device custody as a product concept — no check-out to a named student, no due date, no overdue list, no parent-signed agreement, no loaner pool, no lost or stolen lifecycle, and no damage fees. You would model all of it yourself in objects and workflows.
Basis: None of those terms appear on the Assets feature page; ownership is an attribute you define, not a transaction the product understands.
-
No SIS or rostering integration exists. Marketplace searches for ClassLink and Skyward return zero results, and searches for OneRoster, PowerSchool, and Infinite Campus return only unrelated token matches.
Basis: Queried directly against the Atlassian Marketplace REST API. Atlassian also publishes no education vertical page — /solutions/education and /industries/education both 404.
-
No student, guardian, or family concepts. The only end-user primitive is 'customer,' an unlicensed requester. There is no enrollment, no grade, no guardian relationship, and nothing that notices a mid-year transfer.
Basis: Atlassian's pricing and feature documentation define customers as unlicensed users who can raise requests; no education-specific data model exists.
-
Change management — the single capability districts most often cite as the reason to choose JSM — sits on Premium, at roughly two and a half times the Standard rate.
Basis: Atlassian's plan comparison lists change management, advanced incident and problem management, the virtual service agent, and asset discovery as Premium additions.
-
SAML SSO is a separate purchase. Enforced SSO, SCIM provisioning, and password policies come from Atlassian Guard, priced per user across your whole Atlassian estate — not per agent.
Basis: Atlassian's JSM pricing FAQ states SAML SSO is enabled 'with a subscription to Atlassian Guard.' Guard Standard is $4.20 per user per month, bundled into Enterprise, and free under the academic program — so for a qualifying district the cost is nil, but it is still a second product to apply for and administer.
-
Two metered dimensions make the bill non-deterministic: Assets objects past the plan allowance and virtual-agent conversations past 1,000 a month. A district that models every Chromebook, charger, and hotspot as an object should count objects before signing.
Basis: Atlassian's pricing page publishes $0.02 per object per month and $0.30 per conversation over allowance.
osTicket
The open-source ticketing system a lot of school districts already quietly run — GPL2, free, self-hosted on a LAMP stack, and very good at tickets. The comparison with Chalk is about scope, not cost.
Where osTicket is strong
- Genuinely free and genuinely open source under GPL2 — no seat cap, no ticket cap, no trial clock, and the source is yours to read, patch, and keep running.
- One of the longest-running and most widely deployed ticketing systems anywhere, which means a large body of community documentation, forum answers, and people who have solved your problem already.
- A deep, well-worn ticketing core: custom fields and forms, custom columns and queues, ticket filters and routing, help topics, SLA plans, agent collision avoidance, assign/transfer/referral, auto-responders, internal tasks, and advanced search with CSV export.
- A customer portal and knowledge base for self-service, so end users can check status and find answers without opening a ticket.
- An official OAuth2 plugin covering Microsoft, Google, and Okta sign-in for both agents and end users, plus modern OAuth email authentication for system mailboxes — which matters now that basic auth is gone from Microsoft and Google mail.
- A working plugin surface and developer documentation: S3 attachment storage, audit logging, two-factor authentication, password policies, an API, and published database ERDs.
What to check before you buy
-
No asset or inventory management at all. osTicket is a ticketing system — there is no device record, so a ticket cannot tell you which machine the student is holding, what its serial is, or whether it is under warranty.
Basis: Asset and inventory management appear nowhere in osTicket's feature list or documentation index.
-
No 1:1 device circulation: no check-out to a student with a due date, no overdue workflow, no parent-signed agreement, no loaner pool, and no lost or stolen lifecycle — and no native mobile app or barcode scanning to run a rollout or an audit with.
Basis: There is no asset model in the product for these workflows to attach to, and the documentation has no mobile application section.
-
No SIS or rostering integration — no OneRoster, Clever, ClassLink, PowerSchool, Infinite Campus, or Skyward — and no student, guardian, or enrollment concepts. Users are created by sign-in or import, not sourced from the system of record.
Basis: No SIS connector exists in osTicket's plugin set or documentation.
-
No ChromeOS, Google Admin, Intune, or Jamf ingest, so nothing reconciles anything against what the fleet actually reports.
Basis: No MDM connector appears in the plugin listing or documentation.
-
No repairs with parts stock, no student fee assessment or family balances, no purchase orders, no warranty tracking, and no funding-source reporting for ESSER, Title, or E-Rate money.
Basis: All absent from the published feature list and documentation.
-
SSO is consumed, not issued, and SAML is not covered by an official plugin — the supported providers are Microsoft, Google, and Okta over OAuth2, with SAML available only through an unofficial community plugin on GitHub.
Basis: osTicket's OAuth2 documentation names Microsoft, Google, and Okta; the SAML plugin in circulation is a third-party repository, not a vendor-maintained one.
-
Reporting is thin. There is a dashboard tab, but no reporting or analytics section in the documentation, so trend reporting past ticket exports usually means querying MySQL yourself.
Basis: The documentation index has no dedicated reporting or analytics section.
-
You operate a LAMP stack, not an application. PHP 8.2–8.4 plus MySQL plus a web server means patching three moving parts, and a PHP major-version bump is a real upgrade project rather than replacing one file.
Basis: Requirements published on osTicket's download page and repository.
The third option: Chalk
If you are weighing Jira Service Management against osTicket, Chalk belongs on the same shortlist. It is the open-source K-12 IT stack: device inventory that fills itself in from Google Admin, Intune, and Jamf against a roster synced from your SIS, a 1:1 circulation desk with agreements and fees, repairs with parts and costs, a help desk that already knows who is asking, and a built-in SAML/OIDC identity provider.
- Self-host it free forever under AGPL-3.0 — the entire feature set, one binary, your infrastructure — or use the hosted version, priced by fleet size with no per-seat or per-student fees and the price ladder published.
- Built only for K-12: students, buildings, custody, funding sources, and ChromeOS auto-update expiration are native concepts, not custom fields.
- Writes back to Google Admin as a reviewed diff — every OU move, disable, and deprovision previewed before it executes — and serves a OneRoster 1.1 API so other district systems can pull the roster from Chalk.
- Fees are assessed and tracked without touching payment cards, keeping the asset system out of your PCI scope.
See all three on your own roster.
Chalk installs to a populated inventory in about 30 minutes. Self-host free under AGPL-3.0, or let us run it — priced by fleet size, never per seat.