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

Compare with Current View Page History

« Previous Version 2 Next »

Field code
%{issue.estimate}


Read


Returned valueRemaining time estimated for the issue expressed in minutes. It's a real number, so it may have a non-zero fractional part.
Output data type

NUMBER

Example output60


Write


Additional information for writing valuesSets remaining estimate.

Allowed input TEXT

Cast from string to number will be attempted.

Allowed input NUMBER

Number of minutes
Example input30 : sets Remaining estimate to 30 minutes.

Remaining estimate (minutes) can be increased or decreased using the post function Mathematical and date-time expression calculator with formulas like: {00024} + 60 for increasing remaining estimate by 1 hour, or {00024} - {10000} for decreasing remaining estimate by the amount of minutes stored in custom field with code {10000}.