Jira
Buck integrates directly with Jira — you can assign tickets to trigger implementation workflows.
Assigning tickets to Buck
Section titled “Assigning tickets to Buck”When you assign a Jira ticket to Buck:
- Reads the ticket description and context
- Identifies the target repository (from the ticket or by asking)
- Creates a dashboard session linked to the Jira ticket
- Dispatches a Claude session in plan mode
Buck focuses on implementation — he turns tickets into code changes.
Commenting on tickets
Section titled “Commenting on tickets”Comment on a Jira ticket that Buck is working on to provide follow-up context or instructions. Comments are routed to the same ADK session as the original assignment, maintaining full conversation history.
Session linking
Section titled “Session linking”When Buck creates a dashboard session from a Jira ticket, both are linked via the session index. This means:
- Comments on the Jira ticket are seen by the same agent session
- Workflow callbacks (plans completed, PRs opened) are posted back to the Jira ticket
- The agent has full context from both platforms when reasoning about next steps