create_milestone
Create milestones with checkpoints to structure and track multi-step collaborative tasks. Optionally require group consensus for checkpoint completion.
Instructions
Create a milestone with checkpoints to track multi-step collaborative tasks. Checkpoints can optionally require consensus approval before completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | The group slug (e.g., "backend-team") or group ID | |
| title | Yes | Milestone title | |
| project_id | No | Project ID to assign this milestone to (optional). If not provided, uses the group's default "General" project. | |
| checkpoints | Yes | List of checkpoints. Each checkpoint has: title (required), description, requires_consensus, depends_on, git_branch_url, git_pr_url, git_commit_url (all optional) | |
| description | No | Milestone description (optional) |