get_current_sprint
Retrieve active sprint details including name, date range, and remaining time for project management tracking.
Instructions
Get the current (active) sprint/iteration with dates and summary.
USE THIS TOOL when the user asks 'what sprint are we in?', 'current iteration', 'sprint dates', 'when does the sprint end?', or any question about the active sprint.
Args: project: Project name (default from config). team: Team name (default from config).
Returns current sprint name, date range, and time remaining. Use get_sprint_work_items() to see what's in the sprint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| team | No |