About Jira Data Center
The Jira Data Center integration connects Serval to a Jira instance you host yourself. It is a separate integration from Jira (Cloud): it talks directly to your own host and authenticates with an API token you provide instead of OAuth. This version (marked Beta in the connect UI) gives workflows and Catalyst typed access to your instance’s API plus a connection health check - there are no prebuilt Jira workflows, no two-way ticket sync, and no Jira Service Management support yet. If your Jira lives at yourcompany.atlassian.net, use the Jira (Cloud) integration instead. Authentication: API token. You supply your instance’s Base URL and a personal access token; Serval stores the token securely server-side and attaches it to every request on your behalf, so workflows never see the raw token. Basic auth (username plus password) is not supported. Data sync: On-demand only. There is no background sync - Serval does not sync tickets, ingest catalog entities, or poll your instance on a schedule. It calls your Jira Data Center host only when a workflow, Catalyst session, or connection health check runs.What the Jira Data Center integration enables
| Capability | Description |
|---|---|
| Typed API requests | A “Jira Data Center API request” action covering 283 endpoints, spanning the Jira platform REST API (version 2) and the Jira Agile API - issues, projects, users, workflows, permissions, agile boards, sprints, backlog, epics, and more. Workflows and Catalyst can do anything the connected token is permitted to do. |
| Catalyst workflow authoring | Serval’s AI knows the Jira Data Center API, so Catalyst can discover the right endpoints and build working Data Center workflows for you. |
| Connection health check | Verifies your stored Base URL and token by looking up the account the token belongs to, and reports who the integration is connected as. |
Get your credentials
Serval acts with the permissions of the token you connect, so create the token as the user whose access Serval should have. There are two ways to get a token, depending on how your instance is set up.- Native personal access token (Jira 8.14 and later)
- Resolution API Token Authentication app
On Jira 8.14 and later, use a built-in Jira personal access token. Atlassian’s guide is Using Personal Access Tokens.
Create the token
Select Create token and give it a name. You can optionally set an expiry - if you do, plan to rotate the token in Serval before it expires.
Atlassian also documents personal access tokens in more depth in its developer guide.
Connect in Serval
Select Jira Data Center
In Serval, open your team’s integrations page and select Jira Data Center. The integration is marked Beta.
Enter the Base URL (required)
Enter your instance’s address, for example https://jira.example.com. The helper text reads: The base URL of your self-hosted Jira Data Center instance (e.g. https://jira.acme.com).You can paste the full address from your browser - Serval keeps only the host part, removing the https:// prefix and anything after the host, while a port is kept (entering https://jira.example.com:8443/ stores jira.example.com:8443). Submitting the field empty is rejected with “Base URL is required”; a value Serval cannot read as a host is rejected with “Base URL must be a valid Jira host, e.g. https://jira.example.com”.
Enter the API Token (required)
Paste the token you created. This is a password field, and its helper text reads: A personal API token. If your instance uses the Resolution “API Token Authentication” app, generate one from your profile’s “My API Tokens” page. Native Jira personal access tokens also work here and are the first-party path on Jira 8.14 and later. Submitting the field empty is rejected with “API Token is required”.
When editing an existing connection, the Base URL field comes pre-filled with the stored host, and the API Token field shows a masked placeholder (bullet characters plus the last 4 characters of the stored token) behind a replace control. Leaving the token untouched or blank keeps the stored token, and leaving Base URL blank keeps the stored host - you only need to fill in the field you are rotating.
Verifying the connection
The integration has one health check, Validate Jira Data Center API Connection. It runs automatically when you connect and again when you save credential changes, and you can re-run it any time from the integration’s settings page. It confirms that Serval can reach your instance at the stored Base URL and sign in with the stored token by looking up the account the token belongs to.- On success: “Successfully connected to Jira Data Center as [name].” - [name] is the account’s display name, or its username if no display name is set. If your instance returns neither, it shows “Successfully connected to Jira Data Center.” instead.
- On failure: “Unable to connect to Jira Data Center. Please verify your base URL and API token are correct.”
Gotchas and troubleshooting
Data Center only - Cloud uses a different integration
Data Center only - Cloud uses a different integration
This integration is for self-hosted Jira Data Center. If your Jira lives at yourcompany.atlassian.net, use the Jira (Cloud) integration instead - it has OAuth, prebuilt workflows, and two-way ticket sync that this integration does not. The two are not interchangeable.
Your instance must be reachable over public HTTPS
Your instance must be reachable over public HTTPS
Serval always connects to your configured host over HTTPS, so the instance must serve TLS - one that only speaks plain HTTP will not work. Serval also blocks requests to hosts that resolve to internal or private IP addresses, so an instance reachable only on a private network cannot be connected and the health check will fail even with a valid token. Expose the instance on a publicly resolvable HTTPS address and allow inbound access from Serval before connecting.
Context-path deployments are not supported
Context-path deployments are not supported
Serval stores only the host portion of your Base URL - any path is removed. If Jira is mounted under a path on a shared host (for example, https://apps.example.com/jira), Serval’s requests will go to the wrong address and fail. Your instance must serve Jira at the root of its host. Ports are fine: https://jira.example.com:8443 is stored as jira.example.com:8443.
The token must support Bearer authentication
The token must support Bearer authentication
Serval sends the token as a Bearer authorization header. Native Jira personal access tokens (Jira 8.14 and later) support this out of the box. Tokens from the Resolution “API Token Authentication” app accept it only from app version 1.7.0 onward - older app versions require basic authentication, which this integration does not support.
v1 scope: API access only
v1 scope: API access only
This version provides typed API access for custom workflows and Catalyst, plus the connection health check. It does not include prebuilt workflows (such as create issue, transition issue, or list projects), ticket sync, catalog or entity ingestion, or Jira Service Management support. The integration is marked Beta in the connect UI.
Porting Cloud workflows needs changes
Porting Cloud workflows needs changes
Data Center exposes version 2 of the Jira REST API, while Cloud workflows are typically built against version 3, and issue search works differently on Data Center (a different search call with page-by-page offsets). Workflows written against the Cloud Jira integration will not run unmodified - rebuild them against this integration, or ask Catalyst to, and the correct Data Center endpoints will be used.
Updating credentials keeps existing values on blank
Updating credentials keeps existing values on blank
When editing the connection, the Base URL field comes pre-filled with the stored host, and the API Token field shows a masked bullets-plus-last-4 placeholder behind a replace control. Leaving the token untouched or blank keeps the stored token, and leaving Base URL blank keeps the stored host. Fill in only the field you are rotating.
Need help? Contact support@serval.com for assistance with your Jira Data Center integration.

