Skip to end of banner
Go to start of banner

removeWorklogSetEstimateTo

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Availability

This routine is available starting with SIL Engine™ 2.5.

Syntax

removeWorklogSetEstimateTo(worklog, increaseBy)

Description


Removes the worklog and sets Remaining time to the value of setTo.

Parameters

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

Return type

None

Example

removeWorklogSetEstimateTo(10000, "8h");

Removes the worklog with id = 10000, setting the remaining time to 8 hours.

 

See also


  • No labels