Uploaded image for project: 'Automation for Cloud'
  1. Automation for Cloud
  2. AUTO-407

The numerical operation divide is rounding the results for Original Estimate field

XMLWordPrintable

    • 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

      1. Create a rule and create two log actions
      2. First log action:
         {{issue.Original estimate.divide(3600)}} 
      3. Second log action:
         {{#=}}{{issue.Original estimate}} / 3600{{/}} 
      4. 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

              Unassigned Unassigned
              c5c96a23be8d Bryan B (Inactive)
              Votes:
              11 Vote for this issue
              Watchers:
              14 Start watching this issue

                Created:
                Updated: