Hi Suzanne,
This could be caused by a couple of things. First, users must have the Schedule Issues permission in order to change the ranking of issues by dragging them up and down in a column or in the backlog.
Second, if the board filter must include ORDER BY Rank at the end of the board filter query. If it is missing an order by or it uses a different field, no one will be able to change the ranking manually.
The drag-and-drop feature to change issue ranking only works when the board's filter is sorted by Rank. That is, it ends with only this:
ORDER BY Rank ASC
Any other ordering disables ranking. Please check your board filter to learn the issue ordering.
Kind regards,
Bill
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.