Hi,
I would like to have an overview of all issue types defects created in a specific date range and were resolved in a specific date range.
When using this query I don`t receive any results:
project = Test AND issuetype = Defect AND created >= 2022-08-18 AND created <= 2022-11-02 AND resolved >= 2020-08-18 AND resolved <= 2020-11-02
Does anyone have an idea what is incorrect with my query?
Thanks!
Regards
Ilona
Hi @Ilona Graca and welcome to the Community!
With the exact query you shared in your question, you seem to be searching for issues that were created in 2022 and resolved in 2020. That is probably a typo. Issues get resolved after they are created, so it is quite normal that your query does not return any results.
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.
You don't get any results or you get a query error?
The query itself is a correct one - if you have any issues in the test project that matches the criteria, it should show.
Things I would check
* is it a correct issue type
* are the there any resolved issues? maybe they are in status resolved, but the resolution was not really set - hence there is no resolution date to check?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had a typo in the date, that`s the reason I didn`t get any results...stupid me;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.