I am looking for a way to either sort tickets in a particular column by the actual ticket number or write a rule/configure somehow to have each column automatically list them in chronological order.
Sure; when you configure the board and provide the Filter Query, append an ORDER BY to the end, e.g.
project = BR and resolution = Unresolved ORDER BY key ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Payne, this does not sort the tickets per column. Doing this will sort the tickets in all columns.
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.