Connections are added inside an Access bundle. At
claude.ai/admin-settings/claude-tag, open Access bundles in the left navigation, click into a bundle (or Create one), and go to its Credentials tab.Create the credential in Atlassian
Create a dedicated Atlassian account for Claude (for example[email protected]) and add it to the Jira projects and Confluence spaces it should reach. The connection can read whatever this account can read, so a dedicated account keeps Claude’s reach to exactly what you grant it.
Sign in as that account and create an API token at id.atlassian.com/manage-profile/security/api-tokens. Atlassian shows the token once; store it somewhere you can retrieve it.
Add the connection to a bundle
On the bundle’s Credentials tab, click Connect another app.| Field | Value |
|---|---|
| Name | A label such as “Atlassian (Jira and Confluence)“ |
| Credential type | Basic |
| Username | The dedicated account’s email address |
| Password | The API token from Atlassian |
| Allowed websites | your-domain.atlassian.net (your site’s hostname) |
Atlassian Data Center (self-hosted) uses a personal access token sent as a Bearer header instead of Basic auth. For a Data Center instance, pick Bearer as the credential type and add your instance’s hostname under Allowed websites. The instance must be reachable from the public internet.
Verify the connection
In a channel under the bundle’s scope, in a new thread, ask Claude to fetch one issue or page by key or URL. The call lands under the dedicated account in Atlassian’s audit log.Related resources
- Custom connection: the form fields and credential types in full
- Give Claude access: the full connection model and how to scope a dedicated account