DuplicateItem
Duplicates an item within a board, including its associated data.
Input
Name | Type | Required | Description |
BoardId | String | True | The unique identifier for the board containing the item. |
WithUpdates | Boolean | False | A flag indicating whether the duplication should include any updates related to the item. Setting this flag ensures the item is copied along with its most recent changes. |
ItemId | String | True | The unique identifier for the item being duplicated. This is used to identify and replicate the specific item in the database. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A boolean value that indicates whether the duplication was successful. A value of true means the duplication was completed successfully, while false indicates an error occurred. |
Details | String | A text message that provides additional context or error details about the duplication process, useful for troubleshooting or confirming the behavior of the duplication. |
ItemId | String | The unique identifier of the item that was duplicated, returned to confirm the specific item that was successfully copied. |