Sprint Tools
Recommended usage
Mention @Hana and ask sprint-focused questions in plain language. Hana routes to the appropriate sprint workflow.
Supported operations/arguments
| Operation | Purpose | Supported arguments |
|---|---|---|
| List sprints | List sprints with optional status/search filters | status, search_query, max_results |
| Active sprint summary | Fetch high-level summary for active sprint | none |
| Sprint board | Fetch board/task view for a specific sprint | sprint_id, max_tasks |
Invocation examples
list sprintsactive sprint summarysprint board
@Hana list sprints with status ACTIVE.
@Hana show active sprint summary with story points and blockers.
@Hana show sprint board for sprint SPR-24 with max 20 tasks.
When to use
- Include exact sprint IDs when available (
SPR-24). - Specify output format (
table,group by owner,only blockers). - Add limits (
max 20 tasks) for focused output.
See also
What it does
Hana retrieves sprint lists, active sprint summaries, and sprint board views directly from chat prompts.
Troubleshooting
- Empty results: verify sprint id/status and integration connectivity.
- Missing board details: include explicit sprint id and desired task limit.
Permissions/limits
- Output is constrained by your project/sprint access permissions.
- Large boards may be summarized unless you request narrower filters.
High-signal invocation
@Hana show active sprint summary with story points, blocker count, and tasks at risk this week.
Edge-case invocation
@Hana show sprint board for sprint SPR-24 with only BLOCKED tasks and include owners.