Hello,
How can i exclude an x number of items? For x items, i have another filter.
E.g. from a list of items, i want to exclude the closed items, which have been resolved before a certain date.
I have filter listing all items, and a filter only for those resolved before date. How to combine them resulting in a shorter list with items closed after resolution date stated.
Look forward to your support
As I read your question, it seems you are looking for "issues that meet a specific criteria" and were "closed/resolved after a specific date."
For that, I would probably just combine the two criteria:
filter=12345 AND resolved >= 2020-04-01
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!
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.