Hi ,
I need to create a filter that will show me all the tickets that are older than 7 days but have yet to age past 30days
I have been playing with the following but am not able to get a result.
AND created >= -7d AND created <= +/-30d
Hi @tbrown76
Welcome to the Atlassian Community.Is
created <= -7d AND created >= -30d
working for you?
Regards,Marco Brundel
instead of created you can use createdDate
It looks like you're new here. Sign in or register to get started.