DuplicateItem
Duplicate an item.
Input
Name | Type | Required | Description |
BoardId | String | True | The board's unique identifier. |
WithUpdates | Boolean | False | Duplicate with the item's updates. |
ItemId | String | True | The item's unique identifier. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
ItemId | String | The item's unique identifier. |