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
The new Atlassian Mission Control Integration enables Continuous AI for project management and documentation - where AI agents autonomously manage Jira issues, sync Confluence documentation, and streamline development workflows. This cookbook focuses on CLI-based workflows, but you can also deploy autonomous agents through Mission Control.Get Started: Use this cookbook to understand Atlassian MCP fundamentals, then enable Mission Control to deploy autonomous project management agents across your organization.
Prerequisites
Before starting, ensure you have:- Continue account with Hub access
- 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.
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
| Agent | Best For | Use Cases | Link |
|---|---|---|---|
| Jira Agent | Issue Management | Search issues, create stories, sprint planning, status updates, bulk operations | View Agent |
| Confluence Agent | Documentation | Search pages, summarize docs, create/update pages, manage spaces | View Agent |
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.
- 📋 Jira Agent (Recommended for Issue Management)
- 📄 Confluence Agent (Recommended for Documentation)
- 🛠️ Manual Setup
Use the Jira Agent
Visit the Atlassian Continuous AI - Jira Agent on Continue Mission Control. This agent is optimized for:
- Searching and filtering Jira issues
- Creating and updating issues
- Sprint planning and workload analysis
- Issue transitions and status updates
Complete OAuth Authorization
On first use, you’ll be prompted to authorize the MCP server in your browser. This is a one-time setup that grants access based on your Atlassian permissions.
Pro tip: Create a shell alias for the Jira agent:Then use:
jira-ai "your prompt"Agent Requirements
Agent Requirements
To use Atlassian MCP with Continue CLI, you need either:
- Continue CLI Pro Plan with the models add-on, OR
- Your own API keys added to Continue Mission Control secrets
Jira Workflows
Using the Jira Agent: All examples below use the Jira Agent which is optimized for issue management.
Running in headless mode: Add Important: Complete browser OAuth authentication first before using headless mode.
-p flag before your prompt and --auto flag at the end:Search and Discovery
Find Open Bugs
Find Open Bugs
Search for bugs across your projects.
My Assigned Issues
My Assigned Issues
Get a list of issues assigned to you.
Sprint Planning
Sprint Planning
Analyze sprint workload and priorities.
Create and Update
Create Story from Description
Create Story from Description
Turn natural language into a Jira story.
Bulk Issue Creation
Bulk Issue Creation
Create multiple issues from meeting notes or specs.
Update Issue Status
Update Issue Status
Transition issues with natural language.
Confluence Workflows
Using the Confluence Agent: All examples below use the Confluence Agent which is optimized for documentation management.
Running in headless mode: Add Important: Complete browser OAuth authentication first before using headless mode.
-p flag before your prompt and --auto flag at the end:Search and Summarize
Summarize Documentation
Summarize Documentation
Get a quick summary of a Confluence page.
Find Documentation
Find Documentation
Search for specific information across Confluence.
List Available Spaces
List Available Spaces
Discover what Confluence spaces you have access to.
Create and Update
Create Documentation Page
Create Documentation Page
Generate a new Confluence page with structured content.
Update Existing Page
Update Existing Page
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.
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
Query Dependencies
Query Dependencies
Understand service relationships.
Create Service Component
Create Service Component
Register a new service in Compass.
Bulk Import Components
Bulk Import Components
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
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.Link Jira to Confluence
Link Jira to Confluence
Connect related content across products.
Service Documentation Lookup
Service Documentation Lookup
Find documentation for a specific component.
Release Notes Generation
Release Notes Generation
Create release documentation from completed work.
Troubleshooting
OAuth Authorization Issues
OAuth Authorization Issues
Permission Errors
Permission Errors
- “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
Rate Limiting
Rate Limiting
- 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
Beta Limitations
Beta Limitations
- 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
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
- Explore your projects - Try the Jira search and triage prompts
- Organize documentation - Use Confluence workflows to summarize and create pages
- Map your services - Query Compass for service dependencies
- Customize prompts - Tailor workflows to your team’s specific needs
- 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 Mission Control
Create and manage your agents
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.