Creates a single work item.
External Documentation
To learn more, visit the Azure DevOps documentation.
Parameter | Description |
---|---|
Fields | A JSON array of field objects to add to the created work item: “value” - the value to fill in the field. ”path” - the path of the field to be filled. Set to “/fields/System. Field Name ” in case of a pre-existing field or to”/fields/Custom. Field Name in case of a custom field. Examples of common fields: System.Title, System.Description,System.State, System.Reason, System.Tags, System.AreaPath, System.IterationPath. ”from” - set to null. ”op” - set to “add”. |
Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
Project | The Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page. |
Type | The work item type of the work item to create (Task, Issue, Epic, Test Case, Test Plan, Test Suite or any custom work item type). |
Create Work Item with Azure Devops and Send Results Via Email
Preview this Workflow on desktop