Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterTypeRequiredDescription
worklogNumberYesId of the selected worklog.
setToIntervalYesInterval to set the Remaining time with.

Return type

None

Example

Code Block
removeWorklogSetEstimateTo(10000, "8h");

...