Skip to content

Instantly share code, notes, and snippets.

@JiBrok
Created February 12, 2021 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JiBrok/9999437e950b81d35853d85c4975caad to your computer and use it in GitHub Desktop.
Save JiBrok/9999437e950b81d35853d85c4975caad to your computer and use it in GitHub Desktop.
Jira app Time in status - demo Templates for field values. jibrok.com/docs/time-in-status/templates-for-field-value/
<table class='aui'>
<tr>
<td>
real time
</td>
<td>
$timeFormatUtils.secondsToFormat($value.timeSpentRealTime, $timerFieldConfig.showFieldFormat)
</td>
</tr>
<tr>
<td>
pause time
</td>
<td>
$timeFormatUtils.secondsToFormat($value.pauseTime, $timerFieldConfig.showFieldFormat)
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment