Hi,
I want to adjust the Remaining Estimate when the Total Hours field is updated. The Remaining Estimate will be.
Remaining Estimate = Total Time Spent in Hours - Total Hours
but the issue is if am using this smart value {{issue.timetracking.timespentSeconds}} / 3600 - {{issue.Total Hours}}h the rule is getting failed.
or if am using this smart value {{issue.timetracking.timespentSeconds.divide(3600)}} - {{issue.Total Hours}}h it is working but it is rounding up the value means if the value after division is 8.2 h it will show 8.00h.
The screenshot is attached as well can someone guide how can I calculate this?
Hi Muhammad,
I'm not that great at smart values, but I think that I have an answer for this as I'm struggling with similar things. And I recon that you might already gotten an answer.
If you want to make a calculation with Smart Values you need to write it encapsulated with {{#=}} << Calculation >> {{/}}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.