You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi ,
Needed some help in coming up with a query to find out the open tickets ( ticket status not as complete or resolved ) till November 30th , 2020 .
This is what i am trying -->
project = PS AND status not in (closed, resolved) and updated <= 2020-11-30
but i am pretty sure that's not correct . Any help would be much appreciated.
Regards,
Pranav
Hi Pranav,
Maybe try project = PS and status was not Done on 2020-11-30
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think @John Funk is correct though you have the text, "til November 30th, 2020".
Does the JQL need to include issues where the status was updated after 30th November 2020?
If so, would this work?
status was not in (resolved, completed) Before 2020-11-30 and status changed TO (resolved, completed) AFTER 2020-11-30
Or does this not solve the issue?
Let me know your thoughts John & Pranav,
Thanks,
Danny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the above query worked out for me but the one which you have provided will also be useful , thank you @Danny :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also had a manual check on the query you provided and works correctly pulling out the tickets which were resolved after 30th Nov.
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.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.