Claude Code plugins for working with Atlassian tools (Jira and Confluence).
| Plugin | Description |
|---|---|
| jira-toolkit | Create, update, search, and manage Jira issues |
| confluence-toolkit | Create, update, search, and manage Confluence pages |
# Add the marketplace
claude plugin marketplace add msk-mind/claude-plugins
# Install plugins
claude plugin install jira-toolkit@msk-mind-plugins
claude plugin install confluence-toolkit@msk-mind-pluginsRestart Claude Code after installation.
Create ~/.atlassian_env with your credentials:
# For Jira
export JIRA_URL=https://your-domain.atlassian.net
export JIRA_API_TOKEN=your-jira-api-token
# For Confluence
export CONFLUENCE_URL=https://your-confluence.example.com/
export CONFLUENCE_USERNAME=your-username
export CONFLUENCE_API_TOKEN=your-confluence-api-tokenSecure the file:
chmod 600 ~/.atlassian_env- Go to Atlassian API Tokens
- Click "Create API token"
- Copy the token to your
~/.atlassian_env
After installation, just ask Claude naturally:
- "Search for my open Jira issues"
- "Create a bug ticket for the login issue"
- "What's the status of PROJ-123?"
- "Assign PROJ-456 to me"
- "Add a comment to PROJ-789"
- "Search Confluence for authentication docs"
- "Get the content of page 12345678"
- "List Confluence spaces"
- "Create a new page in the DOCS space"
claude plugin marketplace update msk-mind-plugins
claude plugin update jira-toolkit@msk-mind-plugins
claude plugin update confluence-toolkit@msk-mind-pluginsMIT License - see LICENSE
Issues and pull requests welcome at github.com/msk-mind/claude-plugins.