Update Decision
update_decisionUpdate any field of a decision by providing its id. Change title, status, rationale, or re-link to features, releases, or objectives. Omitted fields stay unchanged.
Instructions
Update a decision and return it; omitted fields unchanged. Moving status to 'decided' re-stamps the decision time. Re-link via link_type + link_id (verified in-org), or clear with nulls. Resolve the id via list_decisions; only id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Decision id, from list_decisions (required). | |
| title | No | New title (optional). | |
| status | No | New status (optional). | |
| link_id | No | New linked id, or null to unlink (optional). | |
| link_type | No | New link target (optional). | |
| rationale | No | New rationale; null clears it (optional). |