Hello community, I have the following problem that I don't know why it happens: I have a KANBAN board that I filter in this way project = ME ORDER BY rank ASC but when showing issues in a column I get 932 results and when I change to project = ME ORDER BY rank DESC it shows me 1045, I thought that the Field rank is only to show the board from highest to lowest or highest to lowest, but I do not understand why sometimes it shows me different amount of issues. why this diference happend?
I will say troubleshoot further:
Run the Queries Separately: Run both JQL queries (project = ME ORDER BY rank ASC
and project = ME ORDER BY rank DESC
) directly in Jira's issue navigator and compare the results.
Check Board Filters: Review the board's filter query and ensure there are no additional conditions or filters that could affect the results.
Compare Issue Lists: Compare the lists of issues returned by both queries to identify any differences. Look for issues that appear in one list but not the other and investigate why that might be the case.
Which Column shows that number?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.