Integrations / Jira
Tickets linked to the commits that resolved them.
Oynix ingests your Jira issues and links each ticket, epic and story to the code and decisions that delivered it.
$ oynix connect jiraPrerequisites
- Your Atlassian site, account email, and an API token.
- The Oynix CLI installed and signed in (oynix login).
Setup steps
Install the Oynix CLI
Everything Oynix does runs from one small command-line tool on your own machine — there's nothing to deploy or host. Open your terminal (Terminal on Mac, PowerShell on Windows) and paste this in to install it:
$ curl -fsSL https://get.oynix.dev | sh- Don't have a terminal open? On Mac press ⌘+Space, type "Terminal", hit Enter.
- Paste the line, press Enter, and wait for it to finish — that's it.
- Check it installed: run oynix --version (it should print a version number).
Sign in
Tell Oynix who you are. This opens your browser to sign in with GitHub and links this computer to your workspace — it's how your edits, decisions and presence get attributed to you.
$ oynix login- Run the command; your browser opens automatically.
- Approve the sign-in with GitHub, then return to the terminal.
- If your team uses a workspace key, paste it when asked (a teammate with the master key issues it).
Create an API token
id.atlassian.com/manage-profile/security/api-tokens → create a token. Note your site (yourteam.atlassian.net) and email.
Connect Jira
Run the command, choose Direct, and enter site + email + token. Add a JQL filter to scope which issues, if you like.
$ oynix connect jiraSync anytime
Oynix pulls the issues and links them to the code that resolved them.
$ oynix connectors sync jiraCheck it worked
List your connectors to confirm Jira shows up and is syncing. Once it's synced, ask the graph a question that should now have an answer from Jira.
$ oynix connectors- You should see Jira listed as "connected".
- Try it: oynix ask "what did we decide about …?" — answers can now draw on Jira.
What gets indexed
Issues
Tickets, epics and stories — with their descriptions and status.
Links to code
Each issue linked to the commits and code that delivered it.
Freshness
Re-syncs to keep the graph current.