A Claude Code skill for integrating AI with Jira, Confluence, and Bitbucket. Automate Atlassian workflows using Jira Skills, Confluence Skills and Bitbucket Skills. Supports Cloud & Data Center.
git clone https://github.com/langpingxue/atlassian-skills.gitAtlassian Skills enables Claude Code to interact directly with Jira, Confluence, and Bitbucket, automating issue management, documentation, and repository workflows. The skill supports both Cloud and Data Center deployments with dual authentication methods (API tokens for Cloud, PAT tokens for Data Center). Users can choose between full read/write access or a read-only variant that reduces token consumption and prevents accidental modifications. Available functions include issue creation and updates, JQL and CQL search, sprint management, pull request creation, and worklog tracking, allowing teams to streamline Atlassian operations through natural language commands.
Clone the skill folder into your project and install dependencies via pip. Configure credentials in a .env file with your Jira, Confluence, and Bitbucket URLs and authentication tokens (API tokens for Cloud, PAT tokens for Data Center). Once configured, ask Claude to perform Atlassian operations in natural language—for example, 'Create a bug in project MYPROJ with high priority' or 'Search for pages containing deployment guide.'
Create and transition Jira issues with priority and assignment using natural language
Search and retrieve Confluence pages with CQL queries and manage labels and comments
Create pull requests and merge code in Bitbucket repositories
Add time tracking entries and manage sprints in Jira agile boards
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/langpingxue/atlassian-skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to automate a workflow between [JIRA_PROJECT] and [CONFLUENCE_SPACE]. Here's what I want to do: [DESCRIBE_WORKFLOW]. Can you generate the necessary automation rules using Atlassian Skills? Also, I need to ensure this works with [CLOUD_OR_DATA_CENTER].
```markdown ## Atlassian Workflow Automation Plan ### Workflow Overview - **Trigger**: Issue created in Jira project 'Mobile App Development' - **Action**: Create a new Confluence page in 'Mobile Team Docs' - **Condition**: Only if issue is labeled 'documentation' ### Automation Rules 1. **Jira Skill**: Monitor for new issues in project 'Mobile App Development' - Filter: Label contains 'documentation' - Action: Extract issue key, summary, and description 2. **Confluence Skill**: Create new page in space 'Mobile Team Docs' - Title: '[Issue Key] - [Issue Summary]' - Content: '[Issue Description]' - Parent page: 'Development Documentation' 3. **Cloud/Data Center Compatibility**: This automation is compatible with both Cloud and Data Center versions of Atlassian products. ### Expected Outcome - New Confluence pages will be automatically created for all Jira issues labeled 'documentation' - The pages will be properly organized under the 'Development Documentation' parent page - The automation will work seamlessly in both Cloud and Data Center environments ```
AI-powered customer support platform
Issue tracking and sprint planning for software teams
Automate your browser workflows effortlessly
AI assistant built for thoughtful, nuanced conversation
Collaborate on code with Git management, pull requests, and automated CI/CD workflows.
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan