Dear all,
I am currently filtering for all Issues that are related to my team. I want to exclude all issues that have been set to done in the last 5 months (automatically updating with each day - thus bound to current login).
Could you help me out here?
KR Karin
Hi Karin,
Add this to your filter: AND status changed to Done > startOfDay(-5m)
Hi @Karin Biedermann and @John Funk
John, did you mean to use AFTER startOfDay(-5M) rather than > startOfDay(-5m) in that query to use months?
Karin, here is some free training and documentation from Atlassian to learn how to make such queries in the future:
Kind regards,
Bill
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.