Jira · Integration Guide
- With credentials
- Link-only (on-prem)
Create a scoped API token at id.atlassian.com/manage-profile/security/api-tokens and select the scopes below, then fill in the connection details.
- Username: your Atlassian account email
- Token: the API token you just created
- BaseURL:
https://{domain}.atlassian.net
Required Scopes
read:jira-work read:jira-user
Note:
The account that owns the token must also have Browse Projects permission on every project you want gathered — without it, project and issue queries return empty results even when the scopes are correct.
Use this mode when Jira data is collected on-prem by your own pipeline and Milestone only needs to render deep links into Jira (e.g. {baseUrl}/browse/{ISSUE-KEY}).
- Connection Name: a label so you can tell connections apart
- Base URL:
https://{domain}.atlassian.net(or your self-hosted Jira host)
No username or API token is required — Milestone will not call Jira's API in this mode.