Jira Issues and Confluence Pages with Atlassian MCP and Continue
Use Continue and the Atlassian Rovo MCP to search, summarize, and manage Jira issues, Confluence pages, and Compass components with natural language prompts.
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
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
Copy
Ask AI
npm i -g @continuedev/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.
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.
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)
No installation needed - you can start using it immediately from the command line!
2
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.
3
Run Your First Command
From anywhere in your terminal:
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Show me my open issues assigned to me"
The agent will connect to your Atlassian site and return results.
Pro tip: Create a shell alias for the Jira agent:
Copy
Ask AI
alias jira-ai='cn --agent continuedev/atlassian-continuous-ai-jira-agent'
Then use: jira-ai "your prompt"
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 Hub secrets
The agent will automatically detect and use your configuration along with the Atlassian MCP for Jira, Confluence, and Compass operations.
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Find all open bugs in Project Alpha"
My Assigned Issues
Get a list of issues assigned to you.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Show me all issues assigned to me that are in progress"
Sprint Planning
Analyze sprint workload and priorities.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "List all issues in the current sprint. Group by assignee and priority. Summarize the workload distribution and flag any overloaded team members."
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Create a story titled 'Redesign onboarding flow' in Project Alpha. Description: We need to simplify the user registration process by reducing steps from 5 to 3. Target completion: Q3."
Bulk Issue Creation
Create multiple issues from meeting notes or specs.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Create five Jira issues from these meeting notes: 1) Fix login timeout bug 2) Update API documentation 3) Implement dark mode toggle 4) Review security audit findings 5) Optimize database queries"
Update Issue Status
Transition issues with natural language.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Move PROJ-123 to In Progress and add a comment: Starting work on this today. ETA: end of week."
Generate a new Confluence page with structured content.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-confluence-agent "Create a page titled 'Team Goals Q3' in the Engineering space. Include sections for: Objectives, Key Results, and Timeline."
Update Existing Page
Modify content on an existing page.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-confluence-agent "Update the 'Onboarding Guide' page to add a new section about our code review process"
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.
cn --agent continuedev/atlassian-continuous-ai-jira-agent "What services depend on the api-gateway component?"
Create Service Component
Register a new service in Compass.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Create a service component for the current repository. Use the package.json to infer details."
Bulk Import Components
Import multiple components from structured data.
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Import Compass components and custom fields from this CSV: [paste CSV data]"
Or reference a file:
Copy
Ask AI
cn --agent continuedev/atlassian-continuous-ai-jira-agent "Import Compass components from services.csv in the current directory"
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.
Link Jira to Confluence
Connect related content across products.
Copy
Ask AI
# Using Jira Agent for issue-centric workflowcn --agent continuedev/atlassian-continuous-ai-jira-agent "Link Jira tickets PROJ-123, PROJ-456, and PROJ-789 to the 'Sprint 23 Release Plan' Confluence page"
Service Documentation Lookup
Find documentation for a specific component.
Copy
Ask AI
# Using Confluence Agent for docs-centric workflowcn --agent continuedev/atlassian-continuous-ai-confluence-agent "Fetch the Confluence documentation page linked to the user-authentication Compass component"
Release Notes Generation
Create release documentation from completed work.
Copy
Ask AI
# Using Jira Agent to pull issue data and create in Confluencecn --agent continuedev/atlassian-continuous-ai-jira-agent "Generate release notes for all Jira issues completed in Sprint 23. Create a Confluence page in the Release Notes space with: New features (grouped by epic), Bug fixes, Known issues, Deployment instructions"
â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
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
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
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
Installation: The Atlassian Rovo MCP is automatically installed on first OAuth authorization (JIT installation) - no Marketplace installation needed.Managing Access:
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.