appmixer.azuredevops.core.FindWorkItems
Find Work Items
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| 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 to search within. |
| WIQL Query | textarea | A Work Item Query Language (WIQL) query to find work items. Example: SELECT [System.Id], [System.Title], [System.State] FROM WorkItems WHERE [System.WorkItemType] = 'Bug' AND [System.State] != 'Closed' ORDER BY [System.ChangedDate] DESC |
| Output Type | select | Choose whether to receive the result set as one complete list, the first item only, one item at a time, or stream to a CSV file. |
Dynamic variables loaded from /component/appmixer/azuredevops/core/FindWorkItems?outPort=out&ignoreAuth=true
| Field | Type | Description |
|---|---|---|
| No fields defined for this port | ||