Skip to main content

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

FieldValue
Site URLhttps://<site>.atlassian.net
EmailYour Atlassian account email
API TokenThe secret you generated
Project Key(Optional) default project key like ENG
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.

MCP server

No official Jira MCP server today.

Environment variables Nora injects

VariableSource
JIRA_API_TOKENAPI Token field
JIRA_EMAILEmail field
JIRA_BASE_URLSite URL field
JIRA_PROJECT_KEYProject Key (if set)