get-active-iterations
Retrieve active Shortcut iterations for your current team memberships to track ongoing project cycles and sprint progress.
Instructions
Get the active Shortcut iterations for the current user based on their team memberships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | The ID of a team to filter iterations by |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "The ID of a team to filter iterations by",
"type": "string"
}
},
"type": "object"
}