Views
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
Azure DevOps Adapter Views
Name | Description |
AuditLogEntries | Retrieves all audit log entries. This table includes custom fields which are automatically discovered when 'IncludeCustomFields' is enabled. |
ProjectProperties | Retrieves a collection of project properties, sliced across all projects. |
WorkItemIds | Retrieves a list of work items. |
WorkItemsHistory | Retrieves a work item's history as a list. |
WorkItemUpdatesHistory | Retrieves a work item's updates history as a list. The WorkItemId can be filtered server-side. |