get_project_estimate
Retrieve the active estimate configuration for a project, including its ID to list estimate points.
Instructions
Get the estimate configuration for a project.
Returns the active estimate system including its ID, which is required to call list_project_estimate_points.
Args: project_id: UUID of the project
Returns: Estimate object with id, name, and type fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
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 |