Overview
Connect Atlassian products (Jira and Confluence) to Continue Mission Control to enable agents to manage issues, track projects, and maintain documentation. When Atlassian is enabled, Continue can automate ticket creation, sync documentation, and streamline development workflows.What You Can Do with Atlassian Integration
- Automatically create and update Jira issues from code changes
- Sync documentation between Confluence and your codebase
- Generate release notes and project updates
- Track development progress across projects
- Automate sprint planning and backlog grooming
- Create PRs linked to Jira tickets
Setup
1
Navigate to Integrations
Go to your Integrations Settings.
2
Connect Atlassian
Click âConnectâ next to Atlassian. Youâll need the following credentials:
- Atlassian Domain: Your Atlassian domain (e.g.,
your-company.atlassian.net) - Email: Your Atlassian account email
- API Token: Generate from Atlassian account settings
3
Generate API Token
To create an API token:
- Go to Atlassian API Tokens
- Click âCreate API tokenâ
- Give it a descriptive name (e.g., âContinue Mission Controlâ)
- Copy the token immediately (it wonât be shown again)
4
Add Credentials to Mission Control
Paste your domain, email, and API token into the integration form and click âCreate Connectionâ
Use Cases
Automated Issue Management
Create agents that manage your Jira backlog: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 Planning Automation
Streamline sprint planning with intelligent automation: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
Documentation Sync
Keep Confluence and code documentation in sync: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 Management
Automate release notes and changelog generation: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 Tracking
Monitor development progress and blockers: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
Code-to-Ticket Linking
Maintain traceability between code and requirements:Ticket Linker Agent
Task Example: âReview recent PRs and ensure theyâre linked to appropriate Jira ticketsâWhat the Agent Does:
- Scans merged PRs without Jira ticket references
- Analyzes PR content to find related tickets
- Adds Jira ticket links to PRs and vice versa
- Reports PRs that may need ticket creation
Running Atlassian Agents in Mission Control
You can run Atlassian-connected agents in two ways:1. Manual Tasks
Trigger agents on-demand for project management:- Go to Mission Control Agents
- Select or create an Atlassian-enabled agent
- Click âRun Agentâ and provide your task description
- Monitor progress and review results in real-time
- âSummarize all critical bugs from the last sprintâ
- âCreate architecture decision records in Confluence for recent technical decisionsâ
- âUpdate the project roadmap based on current velocityâ
2. Automated Workflows
Set up agents to run automatically:- Scheduled: Run daily standup summaries, weekly backlog reviews
- Triggered: Execute on Jira events (new critical bug, sprint completion)
- Webhook: Integrate with CI/CD to update tickets on deployments
Integration with GitHub
Combine Atlassian with GitHub for complete development workflow automation:1
Connect Both Integrations
Enable both Atlassian and GitHub integrations in Mission Control
2
Create a Unified Development Agent
Build an agent that:
- Creates PRs for Jira tickets
- Updates ticket status based on PR state
- Links code changes to requirements
- Updates Confluence with technical decisions
3
Set Up End-to-End Workflow
Configure the agent to run throughout the development lifecycle
Monitoring Agent Activity
Track your agentâs project management automation:- View in Mission Control: See all agent runs and their outputs
- Check Jira: Verify tickets are created and updated correctly
- Review Confluence: Ensure documentation is accurate and well-formatted
- Monitor Metrics: Track automation impact on team velocity
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