Skip to content

Commit d8df92f

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.38.0...v2.0.0) (2025-08-02) ### Features * add issue creation tools and fix markdown heading processing ([17f7c6a](17f7c6a)) ### BREAKING CHANGES * None - these are new additive features Tools added: - jira_get_create_meta: Discover project-specific requirements - jira_create_issue: Create issues with full field support Bug fixes: - Markdown headings now properly process bold, italic, code, links - Eliminates literal ** characters in Jira heading display
1 parent 17f7c6a commit d8df92f

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [2.0.0](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.38.0...v2.0.0) (2025-08-02)
2+
3+
4+
### Features
5+
6+
* add issue creation tools and fix markdown heading processing ([17f7c6a](https://github.com/aashari/mcp-server-atlassian-jira/commit/17f7c6a44dd06583e2d3dd8a7be72c69a11831c7))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* None - these are new additive features
12+
13+
Tools added:
14+
- jira_get_create_meta: Discover project-specific requirements
15+
- jira_create_issue: Create issues with full field support
16+
17+
Bug fixes:
18+
- Markdown headings now properly process bold, italic, code, links
19+
- Eliminates literal ** characters in Jira heading display
20+
121
# [1.38.0](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.37.1...v1.38.0) (2025-08-02)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aashari/mcp-server-atlassian-jira",
3-
"version": "1.38.0",
3+
"version": "2.0.0",
44
"description": "Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)