Record
add-worklog-params
No description available.
record add-worklog-params {
issue-id-or-key: string,
notify-users: option<bool>,
adjust-estimate: option<add-worklog-adjust-estimate-enum>,
new-estimate: option<string>,
reduce-by: option<string>,
expand: option<string>,
override-editable-flag: option<bool>,
author: option<worklog-author>,
comment: option<string>,
created: option<string>,
id: option<string>,
issue-id: option<string>,
properties: option<list<entity-property>>,
self: option<string>,
started: option<string>,
time-spent: option<string>,
time-spent-seconds: option<s64>,
update-author: option<worklog-update-author>,
updated: option<string>,
visibility: option<worklog-visibility>,
}Fields
| Name | Type | Description |
|---|---|---|
| issue-id-or-key | string | |
| notify-users | option<bool> | |
| adjust-estimate | option<add-worklog-adjust-estimate-enum> | |
| new-estimate | option<string> | |
| reduce-by | option<string> | |
| expand | option<string> | |
| override-editable-flag | option<bool> | |
| author | option<worklog-author> | |
| comment | option<string> | |
| created | option<string> | |
| id | option<string> | |
| issue-id | option<string> | |
| properties | option<list<entity-property>> | |
| self | option<string> | |
| started | option<string> | |
| time-spent | option<string> | |
| time-spent-seconds | option<s64> | |
| update-author | option<worklog-update-author> | |
| updated | option<string> | |
| visibility | option<worklog-visibility> |