How can I correctly search for issues that were resolved within a given year?
I have tried several variations of the following (part of query, tried with `resolutiondate` also with no change in results):
resolved >= 2021-01-01 AND resolved <= 2021-12-31
This shows some issues that were resolved during that time, but not all.
An example to demonstrate this with an issue that closed in 2021:
Checking the history for the issue shows that it very definitely did close in 2021, which as we all know is >= 2018-01-01.
Server v8.20.6#820006
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.