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

NameTypeDescription
issue-id-or-keystring
idstring
notify-usersoption​<bool>
adjust-estimateoption​<add-worklog-adjust-estimate-enum>
new-estimateoption​<string>
increase-byoption​<string>
override-editable-flagoption​<bool>