Background
This request would fulfill any query that is running reports against closed sprints. This allows for easy extension of Sprint reporting via dashboards and gadgets on JIRA dashboards as well as Confluence dashboards.
Use-case
These types of queries are completely analogous to the specific JQL function latestReleasedVersion() available against Fix Version/s, Affects Version/s fields and custom fields extending that type. This obviously would return the most recently completed sprint's issues.
Example
I should be able to write a query such as:
project = ExDevelopment AND Sprint in lastSprint()
- is related to
-
JRACLOUD-79678 Additional JQL Functions to get the last sprint closed for an issue
- Gathering Interest
- links to
8d217b403497- Like 5a42f8063ab1, I'm also trying to determine last sprint to aid with metrics. I would like to use removedAfterSprintStart and addedAfterSprintStart functions, but they require Sprint Name / ID as a parameter.