get_current_sprint
Retrieve the currently active sprint in a GitHub project, including its associated issues if specified. Useful for tracking progress and managing tasks in active sprints.
Instructions
Get the currently active sprint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeIssues | Yes |
Input Schema (JSON Schema)
{
"properties": {
"includeIssues": {
"type": "string"
}
},
"required": [
"includeIssues"
],
"type": "object"
}