Skip to end of banner
Go to start of banner

removeWorklogIncreaseEstimateBy

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 8 Current »

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8? Click here and leave these dusty old pages behind!

Availability

This routine is available starting with SIL Engine™ 2.5.

This routine is available for Jira server and cloud deployment options.

Syntax for the server version:

removeWorklogIncreaseEstimateBy(worklog, increaseBy)

Syntax for the cloud version:

removeWorklogIncreaseEstimateBy(issue, worklog, increaseBy)

Description


Removes the worklog and the Remaining time will be increased by the value of increaseBy.

Parameters for the server version:

ParameterTypeRequiredDescription
worklogNumberYesId of the selected worklog.
increaseByIntervalYesInterval to increase Remaining by.

Parameters for the cloud version:

ParameterTypeRequiredDescription
issueStringYesthe issue key
worklogNumberYesId of the selected worklog.
increaseByIntervalYesInterval to increase Remaining by.

Return type

None

Example (server only)

removeWorklogIncreaseEstimateBy(10000, "4h");

Removes the worklog with id = 10000, increasing the remaining time by 4 hours.

Example (cloud only)

removeWorklogIncreaseEstimateBy(key, 10000, "4h");

Removes the worklog with id = 10000 from the current issue, increasing the remaining time by 4 hours.


See also

 

  • No labels