Skip to main content

What You'll Build

An Atlassian workflow assistant that uses Continue with the Atlassian Rovo MCP to:
  • Search and summarize Jira issues across projects
  • Find and digest Confluence documentation
  • Create and update Jira issues with natural language
  • Query Compass components and service dependencies
  • Automate Atlassian workflows with headless CLI runs

Prerequisites

Before starting, ensure you have:
  • Node.js 18+ installed locally
  • An Atlassian Cloud site with Jira, Confluence, and/or Compass
  • Access to the Atlassian products you want to integrate with
The Atlassian Rovo MCP Server is currently in Beta. Core functionality is available, but some features are still under development.
For all options, first:
1

Install Continue CLI

2

Understand OAuth Flow

The Atlassian MCP uses OAuth 2.1 for authentication. The first time you connect, you’ll complete a browser-based authorization flow that respects your existing Atlassian permissions.
To use agents in headless mode, you need a Continue API key. All data access respects your existing Jira, Confluence, and Compass user permissions.

Choose Your Atlassian Agent

🚀 Two Specialized Agents

We’ve created two ready-to-use agents to help you get started fast - they come pre-configured with optimized prompts, rules, and the Atlassian MCP. You don’t have to use these agents, but they’re designed to give you the best experience right away. Choose the agent that matches your needs, or create your own custom agent.

Agent Quick Reference

Cross-product workflows: Both agents can work with Jira, Confluence, and Compass. Choose based on your primary focus area, or create your own agent using the Atlassian MCP. The Atlassian MCP can work with Jira, Compass, or Confluence.
To use Atlassian MCP with Continue CLI, you need either:
  • Continue CLI Pro Plan with the models add-on, OR
  • Your own API keys configured as environment variables
The agent will automatically detect and use your configuration along with the Atlassian MCP for Jira, Confluence, and Compass operations.

Jira Workflows

Using the Jira Agent: All examples below use the Jira Agent which is optimized for issue management.
Use natural language to explore, triage, and manage Jira issues. The agent calls Atlassian MCP tools under the hood.
Running in headless mode: Add -p flag before your prompt and --auto flag at the end:
Important: Complete browser OAuth authentication first before using headless mode.

Search and Discovery

Search for bugs across your projects.
Get a list of issues assigned to you.
Analyze sprint workload and priorities.

Create and Update

Turn natural language into a Jira story.
Create multiple issues from meeting notes or specs.
Transition issues with natural language.

Confluence Workflows

Using the Confluence Agent: All examples below use the Confluence Agent which is optimized for documentation management.
Access, search, and manage your team’s documentation directly from Continue.
Running in headless mode: Add -p flag before your prompt and --auto flag at the end:
Important: Complete browser OAuth authentication first before using headless mode.

Search and Summarize

Get a quick summary of a Confluence page.
Search for specific information across Confluence.
Discover what Confluence spaces you have access to.

Create and Update

Generate a new Confluence page with structured content.
Modify content on an existing page.

Compass Workflows

Using Either Agent: Compass workflows work with both agents. Use the Jira agent for component-to-issue workflows, or the Confluence agent for component-to-docs workflows.
Query and manage your service architecture with Compass integration.
Running in headless mode: Add -p flag before your prompt and --auto flag at the end. Complete browser OAuth authentication first before using headless mode.

Service Discovery

Understand service relationships.
Register a new service in Compass.
Import multiple components from structured data.
Or reference a file:

Combined Workflows

Cross-Product Workflows: These workflows span multiple Atlassian products. Choose the agent based on your primary focus:
  • Use Jira Agent when the workflow is issue-centric
  • Use Confluence Agent when the workflow is documentation-centric
Integrate actions across Jira, Confluence, and Compass for powerful cross-product workflows.
Running in headless mode: Add -p flag before your prompt and --auto flag at the end. Complete browser OAuth authentication first before using headless mode.
Find documentation for a specific component.
Create release documentation from completed work.

Troubleshooting

  • “Your site admin must authorize this app”: A site admin needs to complete the OAuth flow first before other users can connect
  • Can’t complete browser authorization: Ensure you’re logged into the correct Atlassian Cloud site and have necessary permissions
  • Connection timeout: Increase connectionTimeout in your MCP config or check your network connection
  • “Access denied” or “Forbidden”: The MCP respects your existing Atlassian permissions. Verify you have access to the project/space/component you’re trying to access
  • Can’t create issues: Ensure you have “Create issues” permission in the target Jira project
  • Can’t edit Confluence pages: Verify you have edit permissions in the target Confluence space
  • Standard plan: Moderate usage thresholds
  • Premium/Enterprise plans: Higher quotas (1,000 requests/hour plus per-user limits)
  • If you hit rate limits, reduce query frequency or batch operations
  • Bulk operations may be constrained by rate limits
  • Custom Jira fields may not be recognized without explicit setup
  • Workspace/site switching not available within a single session
  • Check Atlassian Community for known issues

Admin Considerations

For Atlassian Site Admins

Installation: The Atlassian Rovo MCP is automatically installed on first OAuth authorization (JIT installation) - no Marketplace installation needed.Managing Access:
  • View connected apps in Admin Hub
  • Users can revoke access from their profile settings
  • Block user-installed apps via “user-installed apps” control in Admin Hub
Security: All traffic is encrypted via HTTPS (TLS 1.2+), and access respects existing user permissions.

What You’ve Built

After completing this guide, you have a complete AI-powered Atlassian workflow system that:
  • ✅ Uses natural language — Simple prompts for complex Atlassian operations
  • ✅ Spans multiple products — Seamlessly works across Jira, Confluence, and Compass
  • ✅ Respects permissions — Secure OAuth-based access with existing role enforcement
  • ✅ Runs headlessly — Integrate into CI/CD pipelines and automation scripts

Continuous AI

Your Atlassian workflows now operate at Level 2 Continuous AI - AI handles routine project management tasks with human oversight through review and approval.

Next Steps

  1. Explore your projects - Try the Jira search and triage prompts
  2. Organize documentation - Use Confluence workflows to summarize and create pages
  3. Map your services - Query Compass for service dependencies
  4. Customize prompts - Tailor workflows to your team’s specific needs
  5. Monitor usage - Track how AI improves your Atlassian workflows

Additional Resources

Atlassian Rovo MCP

Official Atlassian MCP documentation

MCP in Continue

How MCP works with Continue agents

Continue Documentation

Continue documentation and guides

Atlassian Community

Get help and share feedback

Example Use Cases

Release Management

Automate release notes generation, link issues to documentation, and track deployment status across Jira and Confluence.

Sprint Planning

Analyze workload distribution, identify blockers, and generate sprint summaries automatically.

Service Ownership

Map service dependencies in Compass, link to technical documentation in Confluence, and track related issues in Jira.

Onboarding Automation

Create standardized Jira onboarding tickets, link to Confluence guides, and track new hire progress.