Hi
I need to filter out all issues which have changed status (no matter from which to which) on given day.
How do I do that?
You could use the following JQL:
status changed DURING (startOfDay(),endOfDay())
Thanks a lot - exactly what I needed :o)
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.