Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-25 | 2.9 kB | |
v0.11.8 source code.tar.gz | 2025-06-25 | 424.2 kB | |
v0.11.8 source code.zip | 2025-06-25 | 522.1 kB | |
Totals: 3 Items | 949.2 kB | 1 |
This release introduces OAuth multi-cloud support, enhances Jira functionality, and fixes critical authentication and query issues.
✨ Features
- OAuth Multi-Cloud Support: Connect to different Atlassian Cloud instances through a single server using
X-Atlassian-Cloud-Id
header and per-request authentication (#471) - Bring Your Own Token OAuth: Support externally managed OAuth tokens via
ATLASSIAN_OAUTH_ACCESS_TOKEN
environment variable (#482) - Jira Remote Issue Links: New
jira_create_remote_issue_link
tool for creating web and Confluence links (#542) - Markdown-to-Jira Conversion: Automatic formatting conversion for issue descriptions in create/update operations (#538)
🐛 Fixed
- Multi-Cloud OAuth URLs: Fixed
api.atlassian.com
recognition for email-based user lookups (#561) - JQL Reserved Keywords: Quote project names to handle reserved keywords like "AND", "OR" (#553)
- Confluence PAT Auth: Changed auth type from "token" to "pat" for consistency. BREAKING: Update existing configs (#549)
- Localized Issue Types: Handle non-English Jira instances for Epic/Subtask validation (#545)
- Issue Unassignment: Allow setting assignee to None to unassign issues (#540)
- Dependency Stability: Pin
markdown-to-confluence <0.4.0
and add version bounds (#558)
⚙️ Internal
- Standardized parameter types to use
str | None
instead of empty string workarounds (#515) - Removed deprecated decorator usage (#546)
New Contributors
- @volkov made their first contribution in https://github.com/sooperset/mcp-atlassian/pull/540
- @minznerjosh made their first contribution in https://github.com/sooperset/mcp-atlassian/pull/482
- @anant-rustagi made their first contribution in https://github.com/sooperset/mcp-atlassian/pull/542
- @pavel1tel made their first contribution in https://github.com/sooperset/mcp-atlassian/pull/471
- @sergiobank made their first contribution in https://github.com/sooperset/mcp-atlassian/pull/549
- @amichai-gloat made their first contribution in https://github.com/sooperset/mcp-atlassian/pull/553
Full Changelog: https://github.com/sooperset/mcp-atlassian/compare/v0.11.7...v0.11.8