CustomView
The driver dynamically models your custom project views as SQL views. This is a sample of one such custom view.
This view has a filter of 'label:bug', and is order by the following fields 'Labels' in the corresponding order 'ASC'.
View-Specific Information
Select
The driver processes filters client-side within the driver.
Columns
Name | Type | References | OrderBySupport | Description |
ItemId [KEY] | String | The ID of the item. | ||
Title | String | Text value of a field. | ||
Assignees | String | The username used to login. | ||
Status | String | The name of the selected single select option. | ||
Labels | String | Identifies the label name. | ||
Linked pull requests | Int | Identifies the pull request number. | ||
Milestone | String | Identifies the title of the milestone. | ||
Repository | String | The repository's name with owner. | ||
Reviewers | String | The username. | ||
CustomName | String | Text value of a field. | ||
CustomNumber | Double | Number as a float. | ||
CustomSelect | String | The name of the selected single select option. | ||
CustomIteration | String | The tile of the iteration. | ||
CustomDate | Date | Date value for the field. |