Hi,
I am looking at creating a JQL filter to show many tasks we have between 17:00pm and 17:30 every day. Is this possible?
Many thanks
Hello @Rebecca schofield
Welcome to the Atlassian community.
You can do that with the startOfDay() function.
Resolved > startOfDay(1050m) and Resolved < startOfDay(1080m)
That will give you all issues where the Resolved date/timestamp is greater than 17:00 today (start of day + 1050 minutes) and less than 17:30 today (start of day + 1080 minutes)
Thank you so much for getting back to me. I've tried the formula as you have mentioned, however it doesn't seem to be working.
I'm new to this tool so if I'm doing anything wrong please let me know.
I've assigned a task for today with a deadline of 17:00pm but it doesn't seem to pick it up.
Many thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I misunderstood your original query. I thought you were looking for issues created between 17:00 and 17:30.
In what field are you entering the deadline value?
What type of field is that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hiya!
Thanks for getting back to me. Sorry if I made things confusing, we are still trying to understand Jira.
So when we go to create a new task we have the option to enter a date and time in the first feedback and deadline. We are looking for a filter that picks up from 5pm in the First Feedback section.
I hope that makes sense
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What type of field is First Feedback? If it is a date/time field then you can use the JQL I provided and substitute your First Feedback field name where I used Resolved.
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.