setting up a filter to see all issues crossed scheduled end time

latheesh thottathil February 10, 2017

i want to setup a filter and see all open issues crossed scheduled end time

1 answer

0 votes
Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 10, 2017

duedate < now()  and resolution is EMPTY

This would be one way to see issues that were assigned a due date that haven't been properly resolved.  

"open issues" normally means "not resolved" inside of JIRA.

latheesh thottathil February 12, 2017

Hi Kian,

Thank you for your response . I am looking a comparison filter see all schedule breached issues (specifically with date and time).is there any filter i can apply for Resolved > Scheduled End Time.

Jira Snapshot.JPG

Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 2, 2017

I believe you can do this with Scriptrunner. 

issueFunction in dateCompare("", "resolutionDate > dueDate")

Suggest an answer

Log in or Sign up to answer