Add a New IssueWorkItem
POST {{baseUrl}}/issues/:id/timeTracking/workItems?fields=author(id,name),creator(id,name),date,duration(id,minutes,presentation),id,name,text,type(id,name)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"usesMarkdown"=>true, "text"=>"I keep on testing *samples*.", "date"=>1539000000000, "author"=>{"id"=>"{{userID}}"}, "duration"=>{"minutes"=>120}, "type"=>{"id"=>"{{workItemTypeID}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |