list_sprints
Retrieve all sprints with a specific status from GitHub Projects V2 using this tool. Ideal for monitoring sprint progress and managing development workflows.
Instructions
List all sprints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
status | Yes |
Input Schema (JSON Schema)
{
"properties": {
"status": {
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
}