To search for issues created over two years ago:
createdDate < -104w
To search for issues that were last updated over two years ago:
updatedDate < -104w
You would probably want to add "AND resolution = unresolved" to filter out the older resolved issues.
Depends on how you define "older", as you could mean any of created, updated, commented, transitioned etc.
But something like
updated < -730d
should do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.