nextSprint
The nextSprint
function allows you to find issues slated for the upcoming active sprint of a specified agile board. This functionality is especially useful for:
Preparing teams for upcoming sprints by giving them a preview of tasks that will be their responsibility
Enabling proactive identification and resolution of potential bottlenecks or issues before the sprint begins.
Assisting in sprint planning by ensuring that all tasks are appropriately assigned and balanced among team members.
Syntax and parameters
nextSprint(Board)
Board: The name or ID of the agile board from which to retrieve the issues of the next sprint. The board ID can be used directly in the function without quotes (found in the board’s URL).
Example
Checking personal assignments for the next sprint:
For individuals looking to prepare for their responsibilities in the next sprint:
issueFunction in nextSprint(452) AND assignee = currentUser()
This query helps team members to see what tasks are coming up for them, allowing them to start thinking about priorities and dependencies ahead of time