Azure DevOps Connector Help

Version: 2

EndPoint Query Work Item Comments


Name

query_workitem_comments

Description

Get work item comments associated with the specified project and organization that are filtered by a Wiql query. (A team can optionally be specified as well.). Read more about this API here https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-7.0 and here https://learn.microsoft.com/en-us/azure/devops/boards/queries/query-operators-variables?view=azure-devops [API Help]

Parameters

Parameter Label Required Options Description
Project Project Name YES The Name of the project.
Team Team Id or Name NO Id or name of the team associated with the query.
TimePrecision Use time precision NO
Option Value
false false
true true
Whether or not to use time precision.
Query Wiql Query YES The WIQL query (refer Azure DevOps Help to learn Wiql syntax. [API Help..]

Output Columns

Label DataType Length Raw Description
Id DT_I4 0 False
WorkItemId DT_I4 0 False
Text DT_NTEXT 0 False
RenderedText DT_NTEXT 0 False
Format DT_WSTR 4000 False
CreatedDate DT_DBTIMESTAMP 0 False
CreatedByUniqueName DT_WSTR 4000 False
CreatedById DT_WSTR 4000 False
CreatedByDisplayName DT_WSTR 4000 False
ModifiedDate DT_DBTIMESTAMP 0 False
ModifiedByUniqueName DT_WSTR 4000 False
ModifiedById DT_WSTR 4000 False
ModifiedByDisplayName DT_WSTR 4000 False
Url DT_WSTR 1000 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.