Hallo all
In JQL table filter, I have conflict between story points and tempo information. Depending on the selection of decimal separator (comma or dot) one of them is miscalculated.
decimal separator comma;
Although story points are integers in Jira, they are presented in the table as a decimal number and the sum is calculated incorrectly, whereas tempo information would be correct
decimal separator dot;
Storypoints are totalled correctly but tempo information would be wrong this time
Info:
Confluence V7.19.16
Jira V8.20.14
Thank you