Create a Jira bug for the login issue
Common usage pattern for this MCP server
Ask Claude: "Create a Jira bug for the login issue"Manage Jira tickets and Confluence documentation
Access Jira and Confluence through a unified Atlassian MCP interface for project and documentation management.~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"atlassian": {
"transport": "sse",
"url": "https://mcp.atlassian.com/v1/sse"
}
}
}{
"mcpServers": {
"atlassian": {
"transport": "sse",
"url": "https://mcp.atlassian.com/v1/sse"
}
}
}HTTP 429 rate limit error starting November 2025
Atlassian enforces rate limits on API tokens from Nov 22, 2025. Check Retry-After and X-RateLimit-Reset headers. Implement caching, pagination, and webhooks to reduce API calls below token limits.
Free app rate limiting starting August 2025
Free apps rate limited from Aug 18, 2025, burst limits from Aug 28. Upgrade to paid tier for higher limits. Implement jitter on scheduled tasks and optimize JQL queries to reduce calls.
OAuth token authentication failed or expired
Re-authenticate via OAuth flow to get new token. Verify token hasn't been revoked in Atlassian admin settings. Check token scope includes required permissions for Jira and Confluence access.
Cannot access project or issues - permission denied
Verify your Atlassian account has project access. Check project visibility settings allow API access. Ensure OAuth scope includes appropriate permissions (read:jira-work, write:jira-work).
JQL search queries returning no results or errors
Validate JQL syntax is correct using Jira's JQL builder. Check field names match custom field IDs. Verify search permissions for projects in query. Use /rest/api/3/search with proper authentication.
Common usage pattern for this MCP server
Ask Claude: "Create a Jira bug for the login issue"Common usage pattern for this MCP server
Ask Claude: "Update the API documentation in Confluence"Common usage pattern for this MCP server
Ask Claude: "Find all issues assigned to me"Common usage pattern for this MCP server
Ask Claude: "Generate a sprint report"Loading reviews...
Join our community of Claude power users. No spam, unsubscribe anytime.
Required