-1
コードライン値変数に格納された値を持っているのGroovyスクリプトを持っている:私はそれを持っている場合origEstTotal
2桁を四捨五入したい私は私が2桁に四捨五入したいとリターンが
def origEst = issue.getOriginalEstimate()
origEst = new Float(issue.getOriginalEstimate()/3600)
def origEstTotal = origEst.floatValue()
return origEstTotal
を10進数値です。