Jira
Where to issue an Atlassian API token and connect Jira Cloud to Nora.Jira integrations let your agents read and write issues, transitions, and comments via the Jira REST API. Nora authenticates with HTTP Basic using your Atlassian email + an API token (same flow as Confluence).
Where to apply for credentials
Atlassian — API Tokens
id.atlassian.com/manage-profile/security/api-tokens
1
Create the API token
Click Create API token, name it (e.g. “Nora”), and copy the value (only shown once).
2
Note your Jira site URL
The integration needs your Jira Cloud origin (e.g.
https://acme.atlassian.net) — the same site you sign in to.Connect in Nora
Nora validates the URL through the SSRF guard, then calls
GET <url>/rest/api/3/myself with HTTP Basic. Reports your display name on success.

