"Debugging at the speed of racing."
An AI-powered Rovo Agent that instantly links Jira incidents to buggy Bitbucket commits.
π View on Devpost Β»
Watch how DRS identifies a critical bug and creates a fix in less than a minute:
In Formula 1, a pit stop takes 2 seconds. But when software fails, Root Cause Analysis (RCA) takes hours. Developers waste time switching context between Jira tickets, Bitbucket logs, and code diffs to answer one question: "Who broke the build?"
DRS (Debug Response System) acts as a specialized Rovo Agent. It connects the dots between a Jira Incident and the Codebase in seconds.
The agent scans the repo, finds the "guilty" commit, and explains why it broke production.

With one click, DRS prepares a detailed Bug Ticket with the summary, description, code diff, and revert command.

- π€ Rovo Agent Integration: Chat naturally with your codebase. Just ask "Why is the login broken?" or "Find the culprit".
- ποΈ Deep Code Analysis: Unlike simple bots, DRS reads the actual code diffs. It can detect logic errors (e.g.,
if (true)), security bypasses, and commented-out checks. - π Privacy First: Runs securely within your Atlassian Cloud environment using Forge Storage. No code leaves your instance.
- π« Actionable Workflows: The agent doesn't just chat. It can draft and create Jira Bug tickets automatically.
- Platform: Atlassian Forge (FaaS)
- AI Engine: Atlassian Rovo (Agents & Actions)
- Language: Node.js / JavaScript (JSX)
- APIs: Jira REST API v3, Bitbucket Cloud API v2
- Infrastructure: Custom UI for configuration, Forge Storage API for context mapping.
-
Deploy the App:
npm install forge deploy forge install
-
Configure Connection:
- Go to your Jira Project.
- Click Space Settings -> Apps -> DRS Configuration.
- Enter your Bitbucket Workspace, Repository Slug, and Access Token.
-
Start Debugging:
- Open Rovo Chat in any Jira Issue.
- Select DRS Atlassian Edition.
- Ask: "Scan the repo".
Distributed under the MIT License. See LICENSE for more information.
Built for Codegeist 2025: Atlassian Williams Racing Edition.
