colindembovsky/Create AzDO Work Item
Create a Work Item in Azure DevOps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Azure DevOps Token - must have "WorkItems (Read and Write)" permission | yes | — |
| orgName | Name of the Azure DevOps organization - e.g. colinsalmcorner for dev.azure.com/colinsalmcorner | yes | — |
| project | Name of the team project to create the work item in | yes | — |
| type | The work item type name - e.g. User Story | yes | — |
| title | Title of the work item | yes | — |
| description | Value to put into the System.Description field | yes | — |
| areaPath | Area Path for the work item e.g. "MyProject\MyArea" | no | — |
| iterationPath | Iteration Path for the work item e.g. "MyProject\Iteration 1" | no | — |
Outputs
| name | description |
|---|---|
| workItemId | The ID of the newly created work item |