Overview
Connect Jira, Confluence, and Compass to Continue Mission Control to enable agents to manage issues, search tickets, summarize pages, and bulk-process tasks using natural language. When Atlassian is enabled, Continue can automatically translate technical code changes into business-friendly updates, keeping stakeholders informed.What You Can Do with Atlassian Integration
- Automatically update Jira tickets with business-friendly summaries on PR merge
- Search issues and create tickets using natural language
- Summarize Confluence pages and documentation
- Bulk-process tasks across multiple tickets
- Triage incoming issues automatically
- Generate documentation from code changes
- Track development progress with stakeholder-friendly language
Setup
1
Navigate to Integrations
Go to your Atlassian Integration Settings.
2
Connect Atlassian
Click “Connect” to Atlassian.
3
Authorize Continue
In the Atlassian authorization screen:
- Log into your Atlassian account
- Review the requested permissions
- Click “Authorize” to complete the connection
Workflows
Update Jira Tickets
Trigger: On PR mergeDescription: Connect Jira, Confluence, and Compass to your agents. Search issues, create tickets, summarize pages, and bulk-process tasks with natural language. When a pull request is merged, this workflow automatically:
-
Extracts Jira Ticket ID - Finds the ticket reference from:
- PR title (e.g.,
[PROJ-123] Add feature) - Branch name (e.g.,
feature/PROJ-123-description) - PR description or comments
- PR title (e.g.,
-
Analyzes Code Changes - Reviews the merged PR to identify:
- What changed (files, features, components)
- Why it matters (business value, problem solved)
- Impact (user-facing changes, performance improvements)
- Risk level (Low/Medium/High based on scope)
-
Creates Business Summary - Translates technical changes into clear, non-technical language:
- Focuses on outcomes over implementation
- Highlights business value and user benefits
- Uses plain language avoiding technical jargon
- Explains who benefits and how
-
Updates Jira Ticket - Posts a formatted comment with:
- Business-friendly summary of what was accomplished
- Key changes in business terms
- Impact on users or stakeholders
- Technical metadata (files changed, merge details, PR link)
- Comments on PR - Adds a link back to the updated Jira ticket
Why This Matters
Technical code changes are often difficult for stakeholders to understand. This workflow bridges the gap between development and business by:
- Keeping product managers informed without technical details
- Providing business stakeholders with clear progress updates
- Reducing manual ticket updates for developers
- Creating a clear audit trail of work completed
Smart Translation: The agent automatically converts technical terms into business language. For example, “Refactored authentication module” becomes “Users can now stay logged in longer without interruptions.”
Use Cases
You can also create your own Atlassian-connected agents in Mission Control. Here are some examples for these use cases:Issue Creator Agent
Task Example: “Create Jira tickets for all TODO comments in the codebase with priority based on code location”What the Agent Does:
- Scans codebase for TODO and FIXME comments
- Creates Jira issues with relevant context
- Links issues to code files and line numbers
- Assigns priority based on file criticality
Sprint Planner Agent
Task Example: “Analyze backlog items and create a proposed sprint plan based on team velocity and priorities”What the Agent Does:
- Reviews open Jira issues and their estimates
- Considers team capacity and historical velocity
- Groups related tickets together
- Creates a proposed sprint with balanced workload
Docs Sync Agent
Task Example: “Update Confluence API documentation to match current OpenAPI spec”What the Agent Does:
- Parses API specifications from codebase
- Compares with existing Confluence documentation
- Updates or creates Confluence pages with changes
- Notifies team of significant API changes
Release Notes Agent
Task Example: “Generate release notes from closed Jira tickets since last release and publish to Confluence”What the Agent Does:
- Queries Jira for tickets closed since last release
- Categorizes changes (features, fixes, improvements)
- Generates formatted release notes
- Creates or updates Confluence release page
Project Health Agent
Task Example: “Analyze current sprint progress and identify blocked or at-risk items”What the Agent Does:
- Reviews sprint board status
- Identifies tickets without recent updates
- Flags dependencies and blockers
- Generates summary report in Confluence
Running Atlassian Agents in Mission Control
You can run Supabase-connected agents in two ways as one-off tasks or automated workflows:Optional Workflow Enhancements
Smart Tagging
Smart Tagging
Automatically add Jira labels based on code changes:
frontend-update- UI/UX changes detectedbackend-update- API or database changesbugfix- Resolves bugs or issuesfeature- New functionality addedsecurity- Security improvementsperformance- Performance optimizations
Stakeholder Mentions
Stakeholder Mentions
Tag relevant people in Jira based on components modified:
- Payment processing changes →
@finance-team - User interface changes →
@product-manager - Security updates →
@security-lead - API modifications →
@api-architect
Release Notes Generation
Release Notes Generation
Accumulate business-friendly summaries for release documentation:
- Store formatted summaries in
.release-notes/{version}/ - Automatically compile summaries into Confluence release pages
- Generate customer-facing changelog from Jira updates
- Include impact metrics and user benefits
Metrics Tracking
Metrics Tracking
Log metadata for reporting and analytics:
- Time from ticket creation to PR merge
- Number of files changed per ticket
- Business impact category (high/medium/low)
- Stakeholder engagement (comments, mentions)
- Risk level distribution across releases
Troubleshooting
Authentication failures
Authentication failures
Problem: Agent can’t connect to Atlassian servicesSolutions:
- Verify API token hasn’t expired
- Check that email matches the token’s account
- Ensure domain includes
.atlassian.net - Regenerate token if necessary
Permission denied errors
Permission denied errors
Problem: Agent can’t create or update itemsSolutions:
- Verify your Atlassian account has appropriate permissions
- Check project-level permissions in Jira
- Ensure space permissions are correct in Confluence
- Contact your Atlassian admin if needed
Issues not found or accessible
Issues not found or accessible
Problem: Agent reports Jira issues don’t existSolutions:
- Verify issue keys are correct (e.g., PROJECT-123)
- Check that you have access to the project
- Ensure issues aren’t in a restricted project
- Verify your API token has read access
Confluence pages not updating
Confluence pages not updating
Problem: Documentation changes aren’t reflected in ConfluenceSolutions:
- Check that you have edit permissions for the space
- Verify page IDs are correct
- Ensure Confluence Cloud API is accessible
- Review agent logs for specific error messages
Rate limiting errors
Rate limiting errors
Problem: Agent hits Atlassian API rate limitsSolutions:
- Reduce frequency of automated workflows
- Batch operations where possible
- Implement exponential backoff in agent logic
- Consider upgrading Atlassian plan for higher limits
Resources
Atlassian MCP Cookbook
Comprehensive guide to project management automation with Atlassian and Continue