What is the JQL query to hide Done tasks as a quick filter? Also the jql query to sort by priority?
Last what are the common quick filters?
You're welcome :)
Hi!
Would be something like:
... AND Status != Done ORDER BY Priority DESC
It's two in one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you use Resolutions you can also try
Resolution is EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks it workded
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.