Is there somewhere we can modify the columns?
We have a 'Created' column which shows when the request was created but we'd like an 'Updated' column and by default sort by this so it shows the most recently updated requests in the queue first.
Is this possible?
Hi @zigojacko ,
Yes it is; you can do that by creating a new queue, and adding as the JQL request "order by updatedDate DESC" in order to display on top the most recently updated issues
Let me know if it helps,
Guilhem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.