Jira REST API documentation for add worklog

T3rm1 October 27, 2017

In the documentation for adding a worklog to a Jira issue (https://docs.atlassian.com/jira/REST/7.3.3/#api/2/issue-addWorklog) is no information about required fields. Only three parameter are mentioned (which are optional). Where can I find information about the required parameters for the post request.

And why is this information not there?

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2017

Hello,

You can find in the example which request you have to form:

{ "comment": "I did some work here.", "visibility": {
"type": "group",
"value": "jira-developers"
}, "started": "2017-03-14T10:35:37.095+0000", "timeSpentSeconds": 12000
)

Marco Brakmann October 27, 2017

I see the example. But it is just an example. It doesn't show which fields are available, it doesn't show which fields are required and optional. I don't understand why only three parameters are described.

Suggest an answer

Log in or Sign up to answer