EndPoint Get Work Item Comment by Comment Id and Work Item Id
Name
get_workitem_comment
Description
Get work item comment by its Comment Id (for specific WorkItem Id) [API reference]
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_I4
|
int
|
False |
||
WorkItemId |
DT_I4
|
int
|
False |
||
Text |
DT_NTEXT
|
nvarchar(MAX)
|
False |
||
RenderedText |
DT_NTEXT
|
nvarchar(MAX)
|
False |
||
Format |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
CreatedDate |
DT_DBTIMESTAMP
|
datetime
|
False |
||
CreatedByUniqueName |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
CreatedById |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
CreatedByDisplayName |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
ModifiedDate |
DT_DBTIMESTAMP
|
datetime
|
False |
||
ModifiedByUniqueName |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
ModifiedById |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
ModifiedByDisplayName |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
Url |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Azure DevOps Connector in API Source component to read data or in API Destination component to read/write data:
Get Work Item Comment by Comment Id and Work Item Id using API Source
Azure DevOps
Get Work Item Comment by Comment Id and Work Item Id

Get Work Item Comment by Comment Id and Work Item Id using API Destination
Azure DevOps
Get Work Item Comment by Comment Id and Work Item Id
