Hi all,
I want to modify the following filter so that I only see results when ALL linked issues are not updated <=-26 weeks. Right now it shows results when only ONE linked issues was not updated <=-26 weeks. Could you help?
issueFunction in linkedIssuesOF("status not in (Closed, Done, Rejected) AND updated <= -26w") AND project = AVPAD AND status = "In implementation" ORDER BY summary ASC