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
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.