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
Create the API token
Click Create API token, name it (e.g. “Nora”), and copy the value (only shown once).
Connect in Nora
| Field | Value |
|---|---|
| Site URL | https://<site>.atlassian.net |
| Your Atlassian account email | |
| API Token | The secret you generated |
| Project Key | (Optional) default project key like ENG |
GET <url>/rest/api/3/myself with HTTP Basic. Reports your display name on success.
MCP server
No official Jira MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
JIRA_API_TOKEN | API Token field |
JIRA_EMAIL | Email field |
JIRA_BASE_URL | Site URL field |
JIRA_PROJECT_KEY | Project Key (if set) |

