ItemsView
This view has no filter and includes all project view fields.
View-Specific Information
Select
The provider processes filters client-side within the provider.
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. | ||
| Reviewers | String | The username. | ||
| Repository | String | The repository's name with owner. | ||
| Milestone | String | Identifies the title of the milestone. | ||
| Iteration | String | The tile of the iteration. | ||
| CustomName | String | Text value of a field. | ||
| CustomNumber | Double | Number as a float. | ||
| CustomDate | Date | Date value for the field. | ||
| CustomSelect | String | The name of the selected single select option. | ||
| CustomIteration | String | The tile of the iteration. |