I want to return all issues moved to a certain status (Done) within the past 8 hours and with a particular label (hotfix)- can anyone help? Tried ''status changed to (Done) AFTER startOfDay(-8h) and labels = hotfix'' but no luck- thanks all!
Awesome- thank you Mahendran- it works! Thanks
hi Kat,
Please use below one to get this done,
project = "ABC" AND status changed to resolved DURING(-8h,now())
Above query will return the result where ticket moved to resolved past 8 hrs.
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.