Facing an issue with xray cloud api call for linking a test to a test execution.
Even if this action in possible via UI, with the same user, when running the api call it returns:
{"errors":[{"message":"User doesn't have permissions to edit issue with id 731455","locations":[{"line":2,"column":17}],"path":["addTestsToTestExecution"]}],"data":{"addTestsToTestExecution":null}}
It's strange that when I'm performing a get existing test plan call, it returns the correct structure, but everything inside is null (this is confusing, I'm not sure if there are any API specific rights per user)