-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Connect - Jira, Forge - Jira dashboard extensions
-
None
It would be great to have a JQL function that will return the date of the start of the open sprint.
This could be used in creating quick filters for Active Sprints.
That way we would be able to remove sub-tasks (for example) that have been resolved in the previous sprint but have their parent item (story) still open.
project = "Project Name"
AND sprint in openSprints()
AND resolutiondate < startOfSprint()
The result of this should be tasks and sub-tasks that were in progress in the currently open sprint, but we would exclude sub-tasks that were moved to Done in the previous sprint.