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

Compare with Current View Page History

« Previous Version 11 Next »

Field code
{issue.originalEstimate}

Read


Returned value

Time originally estimated for the issue expressed in minutes. It is a real number, so it may have a non-zero fractional part

Output data type

NUMBER

Example output

210

Write


Field code
%{issue.originalEstimate}
Valid text inputCast from text to number will be attempted
Valid numerical input

Number of minutes

Example input60
Field code
issue?.originalEstimate/60

If no estimation is avaibale (i.e. the value is null), an error is returned.

Read


Returned value

Time originally estimated for the issue expressed in minutes. It is a real number, so it may have a non-zero fractional part

Output data type

NUMBER

Example output

210