Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties


Description

Copies an item by name or id. By default, the item will be copied to the same board. Otherwise, you can use the toBoard and toWorkspace parameters to select a different board. However, in this case, column values of items and sub-items will not be copied unless column names and types are identical. By default, the new item will have the same name as the original but suffixed by (copy). However, you can specify another name by using the --name parameter which can contain the placeholder @itemName@ that will be replaced by the name of the copied item. Specify --copyUpdates to copy items and their updates limited to the latest 100 updates.

Required Parameters

item

Optional Parameters

copyUpdates, workspace, board, name, toWorkspace, toBoard, wait

Type

Create

Category

Items

Output Formats

Replacement Variables

account, toWorkspace, toWorkspaceName, toBoard, toBoardName, toItem, toItemName

Since Version11.1

Examples

copyItem


...