{ "opencollection": "1.0.0", "info": { "name": "Azure DevOps Artifacts Attachments Comments API", "version": "7.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Azure DevOps Get work item comments", "type": "http" }, "http": { "method": "GET", "url": "https://feeds.dev.azure.com/{organization}/{project}/_apis/wit/workitems/:id/comments", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Azure DevOps REST API version. Use 7.1 for the latest stable version." }, { "name": "id", "value": "", "type": "path", "description": "Numeric ID of the work item" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of comments to return" }, { "name": "continuationToken", "value": "", "type": "query", "description": "Continuation token for paging" } ] }, "docs": "Returns all comments for a specific work item, ordered by creation date. Comments are user-authored notes attached to a work item and are separate from the work item's history.\n" }, { "info": { "name": "Azure DevOps Add a comment to a work item", "type": "http" }, "http": { "method": "POST", "url": "https://feeds.dev.azure.com/{organization}/{project}/_apis/wit/workitems/:id/comments", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Azure DevOps REST API version. Use 7.1 for the latest stable version." }, { "name": "id", "value": "", "type": "path", "description": "Numeric ID of the work item" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new comment to a work item. The comment body supports HTML markup. The new comment is appended to the existing list of comments.\n" } ] } ], "bundled": true }