Hi,
in our JIRA issues I introduced 4 seperate calculated number fields:
"Factor A": Calculates a Number between 1-5 according to Task Priority
"Factor B": Calculates a number between 1-5 according to Timedifference (Due Date <-> Now)
"Factor C": Calculated a number between 1-5 according to project of task
"Internal Task Priority": Multiplication of Factor A * Factor B * Factor C
Everything works fine and as excepted.
But in Issue Search, when we using JQL and use "... ORDER BY Internal Task Priority DESC" it sometimes showing wrong order.
For example:
125
100
75
75
100
...
Do you know, why this happens?
Thanks in advance!