I am trying to get my list ordered by priority, the by update date. Is there a syntax that works to do this?
Hi Kare,
You can use JQL: ORDER BY priority DESC, updated DESC
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Karen Jones welcome! You can just separate the two fields with a comma i.e.
ORDER BY priority, updated.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.