Hi
I have a Board with a number of status columns. I want a FIFO principal to be applied to each of the columns. This essentially is a first come first serve queue. However, I still need to rank the tickets i.e. a user can move a ticket up or down in the queue. The next referesh of the board, must then keep the order of the tickets in the queue
I have used project = "Project Name" ORDER BY updatedDate ASC, however this does not allow me to manually rank the tickets in a column
In order to add Rank and persist rank on the board so that users can rank the issues you have to add the Rank field in the filter query, try changing your query to
project = "Project Name" ORDER BY RANK DESC, updatedDate ASC
Hi
Thanks for the response. I tried your suggestion but:
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.