setting up a filter to see all issues crossing the scheduled end time

latheesh thottathil February 10, 2017

i want to set a filter to see all issues after crossing scheduled end time

3 answers

0 votes
Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 12, 2017

Unfortunatelly there is no way to achive this this build-in functional.

It could be done with doateCompare provided by ScriptRunner plugin:

issueFunction in dateCompare("", "Scheduled End Time < resolved") 

latheesh thottathil February 12, 2017

Thanks vasiiy ,some how below command works 

issueFunction in expression("", "resolved > ScheduledEndTime")

0 votes
latheesh thottathil February 12, 2017

Yes ie right .But scheduler end time will be different for each issues. so i am looking something like Resolved > Scheduler End time filter .Attached JIRA snap. In this case , this issue is resolved after scheduled end time. Want to see all such type of issues

Jira Snapshot.JPG

0 votes
Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 12, 2017

Does it mean that you want to find issues which were updated after some sheduler?

Suggest an answer

Log in or Sign up to answer