mcp-jira-cloud 4.3.2 β†’ 4.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [4.3.3](https://github.com/tezaswi7222/jira-mcp/compare/v4.3.2...v4.3.3) (2026-06-05)
2
+
3
+ ### πŸ› Bug Fixes
4
+
5
+ * republish to refresh npm README with v4.3.2 release notes ([#2](https://github.com/tezaswi7222/jira-mcp/issues/2)) ([3d626e6](https://github.com/tezaswi7222/jira-mcp/commit/3d626e6e17d420cea87f16e2f3a0bd719f82775f))
6
+
1
7
  ## [4.3.2](https://github.com/tezaswi7222/jira-mcp/compare/v4.3.1...v4.3.2) (2026-06-05)
2
8
 
3
9
  ### πŸ› Bug Fixes
package/README.md CHANGED
@@ -947,7 +947,17 @@ bun pm cache rm
947
947
 
948
948
  ## πŸ†• What's New
949
949
 
950
- ### πŸš€ v4.3.0 (Latest)
950
+ ### πŸ› v4.3.2 (Latest)
951
+
952
+ | Fix | Description |
953
+ |-----|-------------|
954
+ | 🏷️ **Full field passthrough** | `jira_get_issue` & `jira_search_issues` now return every requested field β€” `labels`, `status`, `priority`, `assignee`, `components`, `fixVersions`, custom fields, etc. β€” instead of only `key`/`summary`/`description` ([#2](https://github.com/tezaswi7222/jira-mcp/issues/2)) |
955
+ | πŸ“‹ **Useful defaults** | When `fields` is omitted, the full-detail tools now return a broad default set; lean summary tools keep their trimmed output |
956
+ | 🧹 **Compact, no fabrication** | Nested objects are normalized to friendly values (`status`β†’name, `assignee`β†’display name, …) and unrequested fields are never invented |
957
+
958
+ ---
959
+
960
+ ### πŸš€ v4.3.0
951
961
 
952
962
  | Feature | Description |
953
963
  |---------|-------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-jira-cloud",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "description": "A Model Context Protocol (MCP) server for Jira Cloud integration. Enables AI assistants like GitHub Copilot and Claude to search issues, manage tickets, log work, handle sprints, and interact with your Jira instance seamlessly. Features 91 tools for comprehensive Jira management.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",