Hi All,
I am working on Automation rule that upon Sprint closure will send assignee email saying that there are X number of issues that stays in X number of Sprints. Literally issues migrate from Sprint to Sprint too much.
I use the following JQL to find issues that are both in current and closed Sprints but I need to add somehow the number of closed Spints.
project = "TEST" AND Sprint in openSprints() AND Sprint in closedSprints()
Thanks