MoveItemToBoard
Moves an item from its current board to a different board, transferring all associated data.
Input
Name | Type | Required | Description |
BoardId | String | True | The unique identifier of the target board where items or groups will be moved or manipulated during the procedure. |
GroupId | String | True | The unique identifier of the target group within the board to which an item will be moved or associated. |
ItemId | String | True | The unique identifier of the item that is intended to be moved from one group or board to another. |
ColumnsMapping | String | False | A mapping that defines how the columns in the original board correspond to the columns in the target board, ensuring data consistency during the operation. |
SubitemsColumnsMapping | String | False | A mapping that defines how subitem columns in the original board correspond to the subitem columns in the target board, preserving the structure of subitems in the new board. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A boolean flag indicating the success or failure of the operation. A value of true confirms the procedure executed successfully, while false indicates an error or failure. |
Details | String | A message that provides additional context or information regarding the execution of the operation, such as errors or partial successes, to help with troubleshooting. |
ItemId | String | The unique identifier of the item after the operation, confirming its final status or location after being moved or modified. |