Issue tracker integration turns any release into an upgrade ticket in Jira Cloud or Linear with one click. Relnx pre-fills the title, a summary of what changed (breaking changes and security fixes first), the affected version, and a link back to the release — so whoever picks up the ticket has the context already.This is the bridge between “Relnx told us there’s a new release” and “it’s on the team’s board.”
How it works
- An org owner/admin connects Jira or Linear once (an API token, stored encrypted).
- Anyone on the team clicks Create ticket on a release page.
- Relnx creates the issue in your tracker and links straight to it.
Step 1 — Get your provider details
You’ll paste these into Relnx in step 2.Jira Cloud
The token needs permission to create issues in that project. Tickets are
created as issue type Task.
Linear
id (UUID) of the team you want tickets created in.
Step 2 — Connect (owner / admin)
- Go to Org → Settings → Issue Tracker.
- Choose Jira or Linear and fill in the fields from step 1.
- Click Connect.
Step 3 — Create a ticket
- Open any release page (
relnx.io/releases/<release>). - Click Create ticket (next to Mark as Reviewed). If both providers are connected, pick one.
- Relnx creates the issue and shows a link straight to it.
What the ticket looks like
Upgrade ArgoCD to 3.2.0 A new release of ArgoCD (3.2.0) is available. What changed:Affected version: 3.2.0 Full details: https://www.relnx.io/releases/argocd-3-2-0
- [Breaking Change] Remove deprecated
--repo-serverflag- [Security Fix] Patch auth bypass in API server
- [Feature] Add OCI registry support
Track all created tickets
Every ticket your team creates is listed under Org → Upgrades, in the Created Tickets section — alongside your upgrade PRs. Each entry shows the tool, version, and provider, and links straight to the issue. It’s the org-wide view of “what upgrades are in flight.”Who can do what
Troubleshooting
Notes
- Relnx only sends the ticket content (title, change summary, release link) to your tracker — nothing else.
- Disconnecting removes the stored credential immediately; existing tickets are unaffected.
Related
- Check outdated tools in CI — catch drift before it ships.
- Upgrade tools via pull request — open the actual code change, not just a ticket.