Hi,
how can I find tickets that have a due date in 2 weeks or less than 2 weeks? Ho do I have to change my filter?
Thank you :)
BR
Inna
Hi @Inna Kohler welcome to the Atlassian Community!
due >= "0" AND due <= 2w
will show you issues with a due date between now and maximum 2 weeks from now
due <= 2w
will also show issues which are already over due
Hello @Inna Kohler
you can try:
duedate <= 2w
Then you should click on "save" to save the filter.
KR
Sissy
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.