atlassian
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Summary
This skill enables Claude Code to interact directly with Atlassian products like Jira and Confluence, allowing you to search and create issues, access documentation, manage sprints, and integrate your development workflow without leaving your terminal.
- It streamlines project tracking and knowledge retrieval, making it easier to stay productive and aligned with your team.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install atlassian@<marketplace>
/pluginUse Cases
Usage Examples
/atlassian search issues project=DEV and status='In Progress'
/atlassian create issue --project DEV --summary 'Fix login bug' --description 'Users cannot log in with SSO' --priority High
/atlassian get page 'Development Workflow' from Confluence
Security Audits
Frequently Asked Questions
What is atlassian?
This skill enables Claude Code to interact directly with Atlassian products like Jira and Confluence, allowing you to search and create issues, access documentation, manage sprints, and integrate your development workflow without leaving your terminal. It streamlines project tracking and knowledge retrieval, making it easier to stay productive and aligned with your team.
How to install atlassian?
To install atlassian: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install atlassian@<marketplace>. Finally, /plugin in Claude Code.
What is atlassian best for?
atlassian is a plugin categorized under General. It is designed for: documentation. Created by Anthropic.
What can I use atlassian for?
atlassian is useful for: Search for Jira issues by project, status, or assignee to quickly find relevant tasks.; Create a new Jira issue with a summary, description, and priority directly from the command line.; Fetch and display Confluence page content to reference documentation or meeting notes.; Update the status of a Jira issue, such as moving it from 'In Progress' to 'Done'.; List all issues in a specific sprint to review current work and progress.; Add a comment to an existing Jira issue to provide updates or ask questions..