create_project_estimate
Create a new estimate for a project by specifying its name, type (categories, points, or time), and optional description. Set it as the active estimate or track external identifiers.
Instructions
Create a new estimate for a project.
Args: project_id: UUID of the project name: Name of the estimate (e.g., "Story Points", "T-Shirt Sizes") type: Estimate type — "categories", "points", or "time" description: Optional description last_used: Whether this becomes the active estimate (default True) external_id: External system identifier external_source: External system source name
Returns: Created Estimate object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | No | ||
| last_used | No | ||
| project_id | Yes | ||
| description | No | ||
| external_id | No | ||
| external_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| type | No | ||
| project | No | ||
| last_used | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |