Has anyone else has problem/success with this...
I've asked the LLM a few ways in a few direction to connect one ticket to another, both on edit and creation. I keep seeing a rejection around formatting in the MCP logs.
What do I need to tell the LLM so it knows how to link it? what fields should it be using on create/edit?
*Note: I am using the official MCP server, which can do everything else including custom fields with tickets :(
Thank you, it'd be very helpful if the AI knew that. Maybe clearer docs would help?
@Utkarsh Agarwal 
I'm also having some trouble linking two items together using editJiraIssue.
My LLM is attempting the following input:
{
  "cloudId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "issueIdOrKey": "GHCP-46",
  "fields": {
    "issuelinks": [
      {
        "type": {
        "name": "Tests"
        },
        "outwardIssue": {
          "key": "GHCP-32"
        }
      }
    ]
  }
}Do you have an example of a format input that works?
Thanks!