Hi dear all,
I am trying to update the worklog author of a worklog through the REST API on Jira Cloud. I am using this endpoint documented here. Means I call the endpoint:
https://myatlassianurl.atlassian.net//rest/api/3/issue/10027/worklog/10016
I tried to send the payload as:
{ "author": {"accountId": "myAtlassianAccountID"}
without any success. I get a positive response and i see myself as the "updatedauthor" but the passed "worklogauthor" gets ignored. I tried also the "properties" section with:
{
"properties":
[{"author":
{"key":"accountId",
"value": "myAtlassianAccountID"}
}]
}
but this throws an error:
{ "errorMessages": [ "N/A (through reference chain: com.atlassian.jira.issue.fields.rest.json.beans.WorklogJsonBean[\"properties\"])" ]}
Any hint is much appreciated.
You've already had that answered at https://answers.atlassian.com/questions/44224849
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.