Inside Atlassian

Author

Arthy Vijayaraghavan

Senior Engineering Manager

Article in Development Bitbucket
How we made vulnerability fixes review-ready with Agentic Pipelines

Routine vulnerability fixes are rarely difficult in isolation. The interruption that they cause is the problem: pick up the ticket, trace the dependency, update the package or image, regenerate files, run the checks, open the pull request, then return after deployment to close the loop. That repeated handoff was a good candidate for automation with […]

Article in Development
How We Used Agentic Pipelines to Swarm Documentation

A feature is not really shipped when just the code lands in production. It is shipped only when the documentation tells the same story. For our DevAI team, every Rovo Dev CLI change kicked off a familiar chain reaction. Find the affected documentation, update the Markdown and configuration, deploy the docs, check the generated pages […]