- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.7k
docs: Add Atlassian MCP Continue Cookbook #8405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Comprehensive guide for using Atlassian Rovo MCP with Continue - Covers Jira, Confluence, and Compass workflows - Includes natural language examples for TUI and headless modes - Provides GitHub Actions automation examples - Documents OAuth setup, troubleshooting, and admin considerations Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
| 
 | 
| ✅ Review Complete Code Review Summary | 
- Added to Cookbooks section in docs.json - Added to MCP Integration Cookbooks in guides/overview.mdx - Positioned after GitHub MCP cookbook for logical flow Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
- Changed quick start to use continuedev/atlassian-continuous-ai-confluence-agent - Updated all headless mode examples to use --agent flag instead of --config/-p - Simplified first command to show direct agent invocation - Updated GitHub Actions examples to use the agent URL - Removed --auto flag as it's implicit with direct command format Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
Major changes: - Split Quick Start into two tabs: Jira Agent and Confluence Agent - Added Agent Quick Reference table for easy comparison - Updated all Jira workflow examples to use the Jira agent - Kept all Confluence workflow examples with the Confluence agent - Updated Compass workflows to use Jira agent (component-focused) - Added guidance notes for cross-product workflows - Included shell alias tips for both agents - Updated GitHub Actions examples to use appropriate agents All workflow examples now use the correct specialized agent: - Jira Agent: continuedev/atlassian-continuous-ai-jira-agent - Confluence Agent: continuedev/atlassian-continuous-ai-confluence-agent Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
- Updated cross-product workflows note to include custom agent option - Added link to Atlassian MCP on Continue Hub - Clarifies that users can create their own agents with the MCP Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
Major improvements: - Changed from Cards to AccordionGroups for better scanability - Removed dual TUI/headless examples - now showing single command format - Added Info callouts explaining headless mode: add -p flag and --auto - Emphasized OAuth authentication requirement before headless mode - Simplified all examples to show direct command format - Added inline comments in combined workflows to clarify agent choice - Reduced redundancy and improved readability The accordion format is more compact and easier to scan through multiple examples. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
- Removed entire GitHub Actions automation section - Removed example workflows (sprint summary and doc sync) - Updated What You've Built section to remove automation reference - Updated Next Steps to remove GitHub Actions setup step - Simplified focus to interactive and headless CLI usage Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
| ✅ Review Complete Code Review Summary | 
Updated the Two Specialized Agents callout to emphasize: - These are ready-to-use agents to help users get started fast - Pre-configured with optimized prompts, rules, and Atlassian MCP - Users don't have to use them, but they provide the best experience - Users can create their own custom agents instead Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 3 files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really clever! jira-ai "your prompt"
| 🎉 This PR is included in version 1.31.0 🎉 The release is available on: Your semantic-release bot 📦🚀 | 
| 🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 | 
| 🎉 This PR is included in version 1.28.0 🎉 The release is available on: Your semantic-release bot 📦🚀 | 
Overview
closes CON-4258
This PR adds a comprehensive cookbook for using the Atlassian Rovo MCP with Continue, covering Jira, Confluence, and Compass workflows.
What's Included
📚 New Guide: Atlassian MCP Continue Cookbook
Location:
docs/guides/atlassian-mcp-continue-cookbook.mdxKey Features:
Workflow Examples Include:
Jira Workflows:
Confluence Workflows:
Compass Workflows:
Combined Workflows:
GitHub Actions Examples:
Documentation Style
Follows the established pattern from the GitHub MCP cookbook with:
Testing
References
docs/guides/github-mcp-continue-cookbook.mdxGenerated with Continue
Co-Authored-By: Continue [email protected]
Summary by cubic
Add a new guide for using the Atlassian Rovo MCP with Continue across Jira, Confluence, and Compass.
Includes quick start and manual setup, OAuth details, TUI/headless prompts, GitHub Actions examples, troubleshooting, and admin guidance.