Here below i made a code that checks in Jira New Feature resolution but only stuff that did not require editing any code.
Please keep in mind that it is not 100% if some one makes a wrong entry in Jira the data you see will be wrong to.
I have also made the above code avilible in Jira it self the title is the name i gave it in Jira.
Code:
project = VBIV AND issuetype in ("New Feature", Sub-task, Sub-issue) AND resolution in ("Won't Fix", Duplicate, "Cannot Reproduce", "As Designed", "Out of Scope", "No Response") AND status in (Resolved, Closed)
I have also made the above code avilible in Jira it self the title is the name i gave it in Jira.