PipedreamHQ / PipedreamHQ/pipedream
[BUG] JIRA MCP is not working, unable to create an issue
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
- Windsurf
- Added fresh Jira MCP
- Authenticated JIRA MCP

and unable to create epic. Unable to obtain a list of project by ID and eventually my windsurf crashed
```
{
"cloudId": "hidden",
"projectId": "USAWS",
"issueTypeId": "10000",
"additionalProperties": {
"fields": {
"summary": "Implement KSSO for infra components",
"description": {
"type": "doc",
"version": 1,
"content": [
{
"type": "paragraph",
"content": [
{
"text": "implement ksso for infra components",
"type": "text"
}
]
}
]
},
"labels": [
"devops",
"sso"
]
}
}
}
```
then the answer:
that it is error and I can't copy paste the answer as my windsurf constantly crashed.
I get basic interations, like give me task USAWS-216 and it gets me correct information, but creating issues fails.

it then keeps fetching paginated projects by 50, then find the project, then will fail with errors.
**Expected behavior**
Issue to be created
**Desktop (please complete the following information):**
- OS: Fedora 41
- Browser: Chrome
- Windsurf: 1.7
Contributor guide
Assessment
This issue has not been assessed yet.