I have a functional requirement to be able to display an issue filter,
that filter must display just blocker tickets created from 06:00 AM to 09:00 AM every day.
I cannot seem to work a method by which i can show all blockers between 06:00 AM - 09:00 AM
for all history.
Is this possible?
I don't think so, as JIRA does not allow you to search based on startOfDay() + Time (JIRA only allows full date formats). I believe the best you could do is setup a filter as "IssueType = "Blocker" AND Created >= -3h" and set a filter subscription for it to run at 9AM every morning.
Although not as desired, this should get you a list of all issues created from 6 to 9AM... I hope this helps :)
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.