Buenos días, en relación a este artículo https://confluence.atlassian.com/jirakb/round-off-field-to-n-decimal-places-using-automation-1095772552.html quería consultar si es posible aplicar la fórmula:
{{issue.format(".##")}}
Al cálculo que realizamos para mostrar solo 2 decimales el tiempo trabajado en horas:
{{#=}}({{issue.aggregatetimespent}}/3600){{/}}
Muchas gracias!
Quería confirmar que con esta sintaxis no da error pero muestra el resultado con 2 decimales
{{#=}}({{issue.agregatetimespent.format(".##")}}/3600){{/}}
Muchas gracias
Quería confirmar por si sirve a alguien, lo pude resolver con esta sintaxis
{{#=}}ROUND(({{issue.aggregatetimespent}}/3600),2) {{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.