I am currently trying to help the Product Owner trim our backlog have managed to create filters to show all issues created over 8 weeks ago that have no comments in this time.
As also filtering by when the last update was made does not add much (as even if the issue is old it will typically have been moved within the last two weeks), I would like to add a filter to show items that were last moved down the ranking, rather than up, That will at least show that no move has been made recently to push them higher.
Does anyone know if this is possible?
My current filter is:
createdDate <= -8w AND updated <= -10d AND issueFunction not in commented("after -8w")