Promote Idea to Feature
promote_ideaConvert an idea into a roadmap feature. Links the idea to the new feature and returns the feature ID. Idempotent for already-promoted ideas.
Instructions
Promote an idea into a roadmap feature: creates a feature from the idea (name + description), stamps the idea 'promoted' and links it to the new feature, and returns the feature id. Idempotent — an already-promoted idea returns its existing feature. Resolve the id via list_ideas; only id is required. Align the new feature to an initiative/goal afterwards with update_feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Idea id to promote, from list_ideas (required). | |
| product_id | No | Product to create the feature under, from whoami (optional; the idea's product or the primary when omitted). |