JWT expression
{issue.remainingEstimate}
Read
|
Returned value |
Remaining time 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 |
165 |
Write
|
Valid text input |
Cast from text to number will be attempted |
|---|---|
|
Valid numerical input |
Number of minutes |
|
Example input |
Take your Jira to the next level by using JWT Cloud |
Jira expression
issue?.remainingEstimate/60
If no estimation is available (i.e. the value is null), an error is returned.
Read
|
Returned value |
Remaining time 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 |
165 |