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

Compare with Current View Page History

Version 1 Next »

Field code
%{issue.timeSpent}


Read


Returned valueWork time currently spent at the issue expressed in minutes. It's a real number, so it may have a non-zero fractional part.
Output data type

NUMBER

Example output120


Write


Additional information for writing valuesSets time spent.

Allowed input TEXT

Cast from string to number will be attempted.

Allowed input NUMBER

Number of minutes
Example input30 : sets Time spent to 30 minutes.

Total time spent (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}.