Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Red

Page properties
hiddentrue



Status
Tech review

Status
titletodo

Field code

Status

colour
title

flagged

Cloud

%{issue.remainingEstimate}

Server/Data Center

%{issue.estimate}

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged


Page properties
hiddentrue
id0


Field code%{issue.estimateremainingEstimate}
Type

Status
subtletrue
colourGreen
titleRead / Write

Available since



Code Block
titleField code
linenumberstrue
%{issue.estimateremainingEstimate}



Read


Page properties
id1


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

Status
subtletrue
titlenumber

Example output60120




Write


Sets remaining estimate.
Page properties
id2
Additional information for writing values


Allowed input 

Status
subtletrue
titletext

Cast from string to number will be attempted.

Allowed input 

Status
subtletrue
titlenumber

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



UI Text Box
typeinfo

Sets the remaining estimate.

The field value can also 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}. decreased e.g. by the function Update issue fields.

InputDescription


Code Block
languagebash
linenumberstrue
{issue.remainingEstimate} + 60


Adds 60 minutes to the current value of the remaining estimate.


Code Block
languagebash
linenumberstrue
{issue.remainingEstimate} - {issue.cf10000}


Decreases the current value by the number (of minutes) found in the custom field with the ID 10000.


Include Page
DECADIS:Number to text
DECADIS:Number to text