-
Notifications
You must be signed in to change notification settings - Fork 642
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I have searched the existing issues to make sure this bug has not already been reported.
- I have checked the README for relevant information.
Bug Description
When I call the jira_update_issue
tool with a description with different bullet points levels, the resulting output gets messed up
Steps to Reproduce
- Start the MCP server
- Call the tool
jira_update_issue
with a bullet point list with different levels like this:
{"description":"* Item A\n * Sub-item A.1\n * Sub-sub-item A.1.1\n* Item B"}
The list sent to jira will end up being flat, and the levels will not be shown.
Expected Behavior
The jira ticket description should have a bullet list with multiple levels like this:
* Item A
* Sub-item A.1
* Sub-sub-item A.1.1
* Item B
Actual Behavior
The multilevel bullet point list will be flattened:
* Item A
* Sub-item A.1
* Sub-sub-item A.1.1
* Item B
mcp-atlassian Version
0.11.19
Installation Method
From source (git clone)
Operating System
macOS
Python Version
3.10
Atlassian Instance Type
Jira Server / Data Center
Client Application
claude code
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working