Jira integration
The Jira integration lets you:
- Browse a Jira project's issues from a project page.
- Link a flow node to a specific Jira issue so the diagram references real tracker tickets.
Phase 1 is read-only — no writes back to Jira from Simple Hello.
What you need
- A Jira Cloud site (the
*.atlassian.netflavour). - The email of the Atlassian account you want to authenticate as.
- An Atlassian API token for that account.
Create the API token at id.atlassian.com — Create API token, give it a label, copy it. You only see the token once.
Step 1 — Connect the team
Like GitHub, the Jira credentials live on the team.
- Open the team page (Teams → [your team]) → Integrations tab.
- On the Jira card, click Connect.
- Fill in:
- Jira site URL — e.g.
your-company.atlassian.net(no scheme, no trailing slash). - Account email — the email of the user the API token belongs to.
- API token — paste it in.
- Jira site URL — e.g.
- Hit Continue (or Save connection if you don't yet have a project open).
The dialog verifies the credentials by listing your Jira projects.
Step 2 — Link a Jira project
Unlike GitHub (which supports multiple repos), each Simple Hello project links to exactly one Jira project.
- Open the project and switch to the Jira tab.
- Click Link project.
- Pick the Jira project from the dropdown and hit Link project.
If you don't see the project you expect, the connected account probably doesn't have access — try a different Atlassian account when you connect the team.
What you'll see
On the project page
The Jira tab shows an issue board for the linked Jira project, with status and assignee.
Inside a flow node
Once a Jira project is linked, the node inspector gains an Issue picker that lists issues from the linked Jira project. Picking one attaches the issue to the node and renders a small status-coloured badge with the issue key on the canvas.
Click the badge to open the issue in Jira in a new tab.
Managing the connection
- Reconnect — rotate the API token via the team's Jira card. Project links stay in place.
- Unlink the project — change which Jira project a Simple Hello project points to (or remove the link entirely) from the project's Jira tab.
- Disconnect the team — removes the credentials and unlinks the Jira project from every project on the team.
A note on rate limits
Jira Cloud's per-user API rate limits apply to whoever's token you connected. If a single team has many projects all polling the Jira API, expect occasional throttling — the UI surfaces this as a load error you can retry.