I'm trying to update a worklog additional field via API but it seems that it is not working.
but it returns
{"worklog":
{"response_status":{"status_code":4000,"messages":[{"status_code":4002,"type":"failed","message":"User does not have this permission"}],"status":"failed"}}.
I'm using "/api/v3/changes/{change_id}/tasks/{task_id}/worklogs/{worklog_id}".
The worklog's additional field is udf_sline_15003 and I'm using the REST API page with the administrator (SDAdmin) logged in.
Although it is a change worklog it seems to be the same issue as the request worklog mentioned on the previous link.
Is there still no solution for this?