Basic Information

appmixer.azuredevops.core.CreateWorkItem

Create Work Item

1.0.0

Public

Create a new work item (Bug, Task, User Story, etc.) in an Azure DevOps project.

Input Ports

in

FieldTypeDescription
Organization text The name of your Azure DevOps organization (e.g. mycompany from https://dev.azure.com/mycompany).
Project text The name or ID of the Azure DevOps project.
Work Item Type select The type of work item to create.
Title text The title of the work item.
Description textarea A detailed description of the work item. HTML is supported.
Priority number Priority of the work item. Common values: 1 (Critical), 2 (High), 3 (Medium), 4 (Low).
Assigned To text Email address or display name of the user to assign the work item to.
Area Path text The area path for the work item (e.g. MyProject\TeamA). Defaults to the project root if not specified.
Iteration Path text The iteration path (sprint) for the work item (e.g. MyProject\Sprint 1).
Tags text Semicolon-separated list of tags to add to the work item (e.g. security; api; critical).

Output Ports

out

FieldTypeDescription
Work Item ID -
Revision -
API URL -
Title -
State -
Work Item Type -
Project -
Area Path -
Iteration Path -
Description -
Tags -
Priority -
Assigned To (Display Name) -
Assigned To (Email) -
Created Date -
Changed Date -
Created By (Display Name) -
Web URL -

Full Metadata