CData Python Connector for Azure DevOps

Build 25.0.9454

CreateWorkItem

Create a work item.

Input

Name Type Required Description
ProjectId String True Id of the Project.
Type String True The work item type of the work item to create.
From String False The path to copy from for the Move/Copy operation.
Op String False The patch operation. Possible values: add, copy, move, remove, replace, test.
Path String False The path for the operation.
Value String False The value for the operation.
BulkArgs String False Set this to a temporary table to specify multiple values for multiple actions. Note that if this input is specified, the inputs From, Op, Path, and Value must not be set.

Result Set Columns

Name Type Description
Status String Stored procedure execution status.
WorkItemId String Newly-created work item id.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454