i just added a filter query on my board which sorts my tasks by their priority, after that i can't move my tasks in backlog and this error occurs, and when i order y rank, my tasks are not sorted by their priority
Yes, that's correct. If you want to be able to order a list, you need it to be ordered by a value that gives each item a unique position in the list, which can then change when you re-order an item.
You can't do that with priority (or, in fact, any other field in Jira).
Imagine a simple case - you have three issues in a backlog, ordered by priority:
Priority = medium
Priority = medium
Priority = medium
If you move the third one up above the second, what do you change the priority to that tells the "order by priority" tto sort them differently?
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.