IS there a means to filter a interval of 3 hours every day?

Tidemark Operations April 18, 2013

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?

1 answer

1 vote
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 18, 2013

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 :)

Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 18, 2013

Suggest an answer

Log in or Sign up to answer