create_milestone
Create milestones with checkpoints to track multi-step collaborative tasks, optionally requiring consensus approval before completion.
Instructions
Create a milestone with checkpoints to track multi-step collaborative tasks. Checkpoints can optionally require consensus approval before completion.
Args:
group: The group slug (e.g., "backend-team") or group ID
title: Milestone title
checkpoints: 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: Milestone description (optional)
project_id: Project ID to assign this milestone to (optional). If not provided, uses the group's default "General" project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | ||
| title | Yes | ||
| checkpoints | Yes | ||
| description | No | ||
| project_id | No |