Duplicate a post
esa_duplicate_postCreate a duplicate of an existing post as a new WIP post with the same content, either in the same or a different team.
Instructions
Duplicates a post by creating a new WIP post with the same name and body_md as the source post. By default the duplicate is created in the source team; specify targetTeamName to duplicate into a different team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| postNumber | Yes | The source post number to duplicate | |
| targetTeamName | No | The destination team name for the duplicated post. Defaults to the source team when omitted. |