update_feature_status
Set or change a feature request's status and priority to manage its lifecycle and ensure correct workflow progression.
Instructions
Update the status or priority of a feature request. Use this to move requests through the workflow (e.g., pending → approved → in_progress → completed) or to set/change priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | New status | |
| priority | No | New priority | |
| project_id | No | Project UUID. Required if your API key has multiple projects. Use list_projects to see available projects. | |
| status_message | No | Optional message shown to users explaining the status change | |
| feature_request_id | Yes | UUID of the feature request to update |