get-upcoming-iterations
Retrieve upcoming Shortcut iterations for the current user's teams to track project timelines and plan work schedules effectively.
Instructions
Get the upcoming 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"
}