I am tring to get a filter that has 2 assignees and indicates what has been completed in the last 14 days. I can get the done, complete, ready for release statuses but it is not only pulling the last 14 days. Thoughts?
Hello @Laurie Cassity
Welcome to the Atlassian community!
assignee in (user1, user2) and status in (done, complete, "ready for release")
That will get you the issues assigned to those two users that are currently in the "done" statuses.
If you are setting the Resolution field during those transitions, which you should be, then you can add criteria to look for the Resolved date being in the past 14 days.
and Resolved > -14d
If for some reason the Resolution field is not being set then there is an advanced search operators that can help you with this; the CHANGED operator.
Thank you!
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.