I need to be able to find all issues that's "In Progress" and updated during the last day or two but with the field timespent unchanged.
This is what I got so far:
updated >= -1d AND status = "In Progress"
My devs are required to log all work hours before leaving for the day and I would like to keep track of this somehow, so that's basically the functionality I'm after.
Thanks!
/J
I have not tried it but maybe script runner JQL functions might work for you.
workLogged("after -7d")
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.