$ cat ~/projects/luvus-jira.mdx
Luvus Jira
A Luvus module for browsing Jira issues and handing them to an agent in a dedicated Git worktree.
- Rust
- Jira
- Luvus
- Git Worktrees
What it does
Luvus Jira brings Jira work into the Luvus workspace instead of making the developer switch between a browser, terminal, and issue tracker. It lets you browse a Jira board, filter the queue, inspect an issue, and hand it directly to an agent.
The workflow
- The Jira dock and terminal UI expose project, status, and priority filters.
- Selecting an issue shows its description and attachments, with shortcuts to open it in a browser or transition its Jira status.
- Pressing
wcreates ajira/<issue-key>branch and dedicated Git worktree, starts the configured agent there, and sends the issue details as its prompt. - Jira credentials, JQL, project defaults, and the agent kind are configured from Luvus module settings.
Why it is useful
The module keeps issue context attached to the workspace where the work happens. The worktree flow isolates each ticket, while the agent receives the issue details without a manual copy-and-paste step.