EndPoint Create Work Item Comment
Name
add_workitem_comment
Description
Creates work item comment for a 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 |
---|---|---|---|---|---|
WorkItemId |
DT_I4
|
int
|
False |
||
Text |
DT_NTEXT
|
nvarchar(MAX)
|
False |
Required columns that you need to supply are bolded.
Examples
SSIS
Use Azure DevOps Connector in API Source component to read data or in API Destination component to read/write data:
Insert into WorkItemComments table using API Destination
This EndPoint belongs to WorkItemComments table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Azure DevOps
WorkItemComments
Insert
