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!
I think order by is driven by the Lucene index searcher for a field. In scripted field the value in the Lucene index is only update when an issue is edited. Try sorting as before then edit an issue and see if it's place in the sort order changes
Thats true. One or the other value might have changed during the report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But when fired the JQL query I was only logged in Jira user, so while fetching the request nothing could have changed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When does the Internal Task Priority gets updated. During the issue creation or after any other issue operation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Factor A is depending on selected Task Priority (Minor=1 ... Blocker=5). This is selected when creating issue, but theoretically could change after. Factor B (Timedifference) is calculated automatically, so will change every day. Factor C is loaded from a CSV-file where for every project a priority is deposited. Could also change. This means Internal Task Priority could change all the time
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.