JQL search- status update

Kat Moore October 13, 2016

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!

2 answers

0 votes
Kat Moore October 13, 2016

Awesome- thank you Mahendran- it works! Thanks

0 votes
Mathiyalagan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2016

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.

Suggest an answer

Log in or Sign up to answer