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 |
| ItemId | String | The item's unique identifier. |