Hi everyone,
We are planning to start a new development architecture with:
Frontend: Angular
Backend: Java
AI agents: Google Antigravity / OpenCode
Database: PostgreSQL
Our goal is to implement a Vibe Kanban workflow in Jira and integrate it with AI agents so they can assist or automate parts of the development process (e.g., code generation, task execution, issue updates).
Does Jira currently provide capabilities or integrations that would allow us to achieve this for our projects?
Specifically, we are looking for guidance on:
Integrating Jira with AI agents (APIs, webhooks, automation, etc.)
Designing a Kanban board that supports AI-assisted development workflows
Maintaining traceability between Jira issues and code generated by AI agents
Any recommendations, tools, or real-world examples would be greatly appreciated.
Thanks!
Yes, Jira Cloud can support this, but it usually ends up being a combination of several capabilities rather than one single “AI agent integration” feature. At the platform level, Jira gives you REST APIs, webhooks, and automation, which are the normal building blocks for external AI agents to read issues, react to events, and update work items.
If you want the AI behavior to live more natively inside Atlassian, Forge is the preferred cloud app platform for building custom Jira apps and integrations. Atlassian also now supports Rovo agents and agent automations in Jira, including collaborating on work items and triggering agents from automation/workflow contexts.
So the pattern I’d suggest is: use Jira issues as the source of truth, use webhooks/automation to trigger your agent workflow, use REST APIs or Forge to write results back, and keep traceability by always linking commits/PRs/outputs back to the originating issue key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.