How to create a filter with tickets which are closed but exceeded due date

JIRA ADMIN
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 27, 2016

hello we need to pull out a report in which we need all the task/issue which were closed after the due date.

 

1 answer

0 votes
Deleted user December 27, 2016

Hi JIRA Admin,

once try this query 

project in (projectname, TT) AND issuetype in (standardIssueTypes(), subTaskIssueTypes()) AND status in (Closed, Done) ORDER BY summary ASC, due DESC

in that screen click the colunms and select the due date  

Results shows like 

image2016-12-28 15:29:9.png

Suggest an answer

Log in or Sign up to answer