{ "operationId": "atlassianAddworklog", "method": "POST", "path": "/rest/api/3/issue/{issueIdOrKey}/worklog", "summary": "Atlassian Add Worklog", "requestExamples": [ { "contentType": "application/json", "example": { "comment": { "content": [ { "content": [ { "text": "I did some work here.", "type": "text" } ], "type": "paragraph" } ], "type": "doc", "version": 1 }, "started": "2021-01-17T12:34:00.000+0000", "timeSpentSeconds": 12000, "visibility": { "identifier": "276f955c-63d7-42c8-9520-92d01dca0625", "type": "group" } } } ], "responseExamples": [] }