ItemsView
This view has no filter and includes all project view fields.
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. | ||
DatabaseId | Int | Identifies the primary key from the database. | ||
UpdatedAt | Datetime | Identifies the date and time when the object was last updated. | ||
CreatedAt | Datetime | Identifies the date and time when the object was created. | ||
IsArchived | Bool | Whether the item is archived. | ||
Type | String | The type of the item. | ||
PullRequestState | String | Identifies the state of the pull request. | ||
IssueState | String | Identifies the state of the issue. | ||
Reason | String | The possible state reasons of an issue. | ||
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. |