-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
Issue Summary
The numerical operation divide is rounding the results for the Original Estimate field.
It's not happening with the math expression "/"
Other fields like Story points seem to be working fine.
Steps to Reproduce
- Create a rule and create two log actions
- First log action:
{{issue.Original estimate.divide(3600)}}
- Second log action:
{{#=}}{{issue.Original estimate}} / 3600{{/}}
- Set the original estimate field for an issue and use this issue to trigger the rule
Expected Results
The log action should show a float number in case a result is a float number.
Actual Results
The log action shows a number rounded.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
AUTO-1674 Using a math function such as plus/minus/divide/multiply inside a lookupIssues block returns incorrect results
-
- Gathering Impact
-