I'd like to search for tickets logged in the past 2 days, for example. I don't want it to be based on specific dates. I'm looking in all projects, so there could be lots of tickets, and I don't want to list all but only those logged in the past n days.
Is there a way to do this? Or is the only way to list all and sort the "created" by DESC?
If 'logged' refers to worklog feature you can use this instead:
worklogDate >= -2d
Regards
So this is not just tickets logged, but those updated too. Right?
That's good to have.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nitzan Matzkevich ,
You can seach ticket by below jql.
created >= -2d order by created DESC
-2d means in the last 2 days.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.