Log Decision
create_decisionLog a product decision with title, optional status, rationale, and link to a feature, release, or objective.
Instructions
Log a decision and return it. status is 'decided' (default) | 'proposed' | 'revisit'; a 'decided' one stamps the decision time. Optionally weld it to a feature / release / objective via link_type + link_id (verified in-org). Only title is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The decision in a line (required). | |
| status | No | Decision status (optional; default 'decided'). | |
| link_id | No | Id of the linked feature/release/objective, from list_features / list_releases / list_objectives (optional). | |
| link_type | No | What it's linked to (optional; pair with link_id). | |
| rationale | No | Why — the reasoning (optional). |