I want to find every issues that closed time after the planned
Hello,
You would need a plugin for it.
For example, you could use the Power Scripts plugin:
In this case your JQL query would look like this:
key in silJQLExpression('resolutionDate > #{deliveryDate}', 'project = TEST and issueType = \"Bug\"')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.