I'm using below JQL in Jira and getting 6 jira count but when I'm using same JQL in javascript code getting 7 jira's that too different from the above 6 jiras.
project = "XYZ" AND status = Closed AND resolutiondate >= "2024/01/01 00:00" AND resolutiondate <= "2024/01/01 23:59" AND issuetype in (Bug) and level is EMPTY and "Customer Type" = Internal
My main purpose is to extract closed Jira's quarterly ex. 1st Jan 2024 00:00 to 31st Mar 2024 23:59
Hi @jyoti panse
Do you run JQL on the same user?
What you can do is to check issue that not appear in jira filter and check if this ticket fit your query.
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.