MoveItemToBoard
Move an item to a different board.
Input
Name | Type | Required | Description |
BoardId | String | True | The unique identifier of a target board. |
GroupId | String | True | The unique identifier of a target group. |
ItemId | String | True | The unique identifier of an item to move. |
ColumnsMapping | String | False | Mapping of columns between the original board and target board |
SubitemsColumnsMapping | String | False | Mapping of subitem columns between the original board and target board |
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. |