I'm hoping someone can offer some guidance on debugging. #274
Unanswered
dogkeeper886
asked this question in
Q&A
Replies: 1 comment
-
Hi @dogkeeper886, That HTTP error typically indicates a connection or authentication issue with your Jira instance. To debug:
If you share the complete error and results of the basic test, we can better pinpoint the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I'm hoping someone can offer some guidance on debugging.
I'm setting up an mcp-atlassian MCP server using a YAML configuration file in a VS Code plugin called Continue.
Unfortunately, I'm encountering errors with any tool I try. For example, jira_get_issue({"issue_key":"1234"})
The console displays the following error message:
"ERROR - mcp-jira - HTTP error during API call: ERROR - mcp-atlassian - Tool execution error:"
I'm struggling to locate the source of this error. Could you please advise on how to effectively check the logs?
Beta Was this translation helpful? Give feedback.
All reactions