ProjectColumns
Lists information about project columns.
Table-Specific Information
Select
- UserLogin, RepositoryName, and ProjectNumber support the following operator: =
You can specify the ProjectNumber column to list all columns for a specific project.
SELECT * FROM ProjectColumns WHERE RepositoryName = 'test' AND ProjectNumber = '108'
Columns
| Name | Type | OrderBySupport | Description |
| Id [KEY] | String | The project column ID. | |
| UserLogin | String | The login name of the user. | |
| RepositoryName | String | The name of the repository. | |
| ProjectNumber | Integer | The number of the project that contains this column. | |
| Name | String | The project column's name. | |
| Purpose | String | The semantic purpose of the column. | |
| ResourcePath | String | The HTTP path for this project column. | |
| UpdatedAt | Datetime | Identifies the date and time when the object was last updated. | |
| Url | String | The HTTP URL for this project column |