How can I set a query not showing pending issue's?
This is what I use now, but I don't know how to incorporate no pending issue's.
resolution = Unresolved AND (duedate <= now() or duedate is EMPTY) and assignee = me
I thought adding "AND NOT pending" would work, but it is not possible.
This is very new to me, so thanks for any advice!
Hello, Niels
I understood through the mentioned query that you are getting both a) unresolved issues assigned to you and b) with an expired due date or a non defined due date. Could you check if this correct?
Now you want to add another attribute to your query but I did not understand what you specifically want as an output. Could you please clarify further what you mean by "pending" in this context?
Do you mean issues with a due date that has not been reached yet? Is "pending" a resolution in your project?
I apologize for getting back with more questions but the answers will allow me to further assist you.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.