Replies: 1 comment
-
Are you able to see the log output from the docker container? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am using the docker-image of the mcp server and connected it to the Atlassian Cloud. works fine so far, just I constantly receive errors trying to update a jira issue. I am using these parameters in the call:
update_payload = {'fields': {'description': 'Updated description'}, 'issue_key': 'XY-123'}
function_result = await session.call_tool("jira_update_issue", update_payload)
Even if I set fields to just an empty string:
update_payload = {'fields': '', 'issue_key': 'XY-123'}
I get this:
Error executing tool update_issue: Failed to update issue XY-123: Field 'additional_fields' cannot be set. It is not on the appropriate screen, or unknown.
What should I use instead?
Warm regards,
J.
Beta Was this translation helpful? Give feedback.
All reactions