Hello I am trying to create a JQL to retrieve all issues that were updated from yesterday 4:00 pm up to today 4:00 pm as a 24 hr report. Can someone please help me with this
Hey NR,
Try this out
updatedDate >= startOfDay(-8h) AND updatedDate >= startOfDay(16h) ORDER BY updatedDate ASC
Hope this helps
Chander
Thank you chander.
Lets say i only want to see updates made by 3 specific people from yesterday 4 pm to today 4pm. lets call those 3 people as scott, mark and jack. is that possible?
for ex - either they added a comment or added a file or changed the status or assigned to for a JIRA issue etc. is it possible to see what updates they have made as part of the search?
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.