merge_feature_requests
Combine duplicate feature requests by merging vote counts and linked conversations into a single target request, then remove the duplicate source.
Instructions
Merge a duplicate feature request into a target. Combines vote counts and linked conversations, then deletes the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_id | Yes | Target feature request ID to keep (freq_...) | |
| source_id | Yes | Source feature request ID to merge and delete (freq_...) |