Atlassianapi
This skill connects to Atlassian APIs (Jira, Confluence) for automated data retrieval and manipulation, streamlining workflows & integrations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add atlassianapi npx -- -y @trustedskills/atlassianapi
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"atlassianapi": {
"command": "npx",
"args": [
"-y",
"@trustedskills/atlassianapi"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact directly with Atlassian products, allowing them to manage Jira issues and navigate Confluence pages programmatically. It serves as a bridge between autonomous agents and enterprise collaboration tools for task execution.
When to use it
- Automating the creation of bug reports or project tasks in Jira based on incoming data.
- Retrieving specific documentation from Confluence to answer user queries without manual searching.
- Updating ticket statuses or adding comments to workflows as part of a larger automation pipeline.
- Integrating Atlassian tools into custom agent workflows for seamless enterprise operations.
Key capabilities
- Direct API access to Jira issue tracking systems.
- Read and write permissions for Confluence content management.
- Programmatic interaction with core Atlassian service endpoints.
Example prompts
- "Create a high-priority bug ticket in the 'Backend' project with the description provided."
- "Search Confluence for the latest API documentation on user authentication and summarize it."
- "Update the status of issue JIRA-123 to 'In Progress' and add a comment noting the code review completion."
Tips & gotchas
Ensure your AI agent has valid API credentials with appropriate scopes before attempting operations. Rate limits may apply depending on your Atlassian subscription plan, so batch requests carefully to avoid throttling.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.