Record
delete-worklog-params
No description available.
record delete-worklog-params {
issue-id-or-key: string,
id: string,
notify-users: option<bool>,
adjust-estimate: option<add-worklog-adjust-estimate-enum>,
new-estimate: option<string>,
increase-by: option<string>,
override-editable-flag: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| issue-id-or-key | string | |
| id | string | |
| notify-users | option<bool> | |
| adjust-estimate | option<add-worklog-adjust-estimate-enum> | |
| new-estimate | option<string> | |
| increase-by | option<string> | |
| override-editable-flag | option<bool> |