Hi All,
I found an issue of using the JIRA query within the date range.
I got different numbers in the following query.
Any idea to the possible reasons?
1) issuetype in (Bug, Feature) and (resolved >= 2024-07-01 and resolved <= 2024-09-30)
2) issuetype in (Bug, Feature) and (resolved > 2024-06-30 and resolved < 2024-10-01)
Hi @Yi Liang
Reason is field type. Resolved field is date/time type so if you put date only it automatically set 00:00 time. In your case:
Regards,
Seba
Thank you so much for answering my question.
Can I add the time after the date in above JIRA query?
like “resolved >=2024-09-30 23:59”?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, you can :)
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.