Hi all,
I have a JQL:
assignee IN () AND type NOT IN () AND status NOT IN (Closed, Resolved, Done) AND updated >=10d
I am trying to bring back all tickets that have not been updated in the last 5 days/10 day/ 30 days foe example - I have ran the above JQL both ways more and less than and I can get back the tickets updated more than 10 days ago but not less and there is data that should be shown, any ideas why?
Community moderators have prevented the ability to post new answers.
@Will Dewfield I tried something on my local, please give it a go.
updated <= -5d AND updated >= -10d
-Bibek
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.