TaskGroupInputs
Retrieves a list of inputs for the specific task group.
Table Specific Information
Select
The add-in uses the Azure DevOps API to process WHERE clause conditions built with the following columns and operators:
- TaskGroupId supports the '=' operator.
- ProjectId supports the '=' operator.
The rest of the filter is executed client-side in the add-in.
NOTE: TaskGroupId is required in order to query TaskGroupInputs.
For example:
SELECT * FROM TaskGroupInputs WHERE ProjectId = '66eb7414-f622-4eff-88da-3ad681f19073' AND TaskGroupId = 7
Columns
| Name | Type | References | Description |
| ProjectId | String | Id of the project. | |
| TaskGroupId [KEY] | String |
TaskGroups.Id | Id of the taskgroup. |
| Aliases | String | Aliases. | |
| DefaultValue | String | Default value of the task group input. | |
| GroupName | String | Task group name. | |
| HelpMarkDown | String | Help mark down. | |
| Label | String | Label of the input. | |
| Name | String | Name of the input. | |
| Options | String | Options of the task group input. | |
| Properties | String | Properties of the task group input. | |
| Required | Boolean | Indicated whether this input is required. | |
| Type | String | Type of the input. | |
| ValidationExpression | String | Validation expression of the input. | |
| ValidationMessage | String | Validation message of the input. | |
| VisibleRule | String | Visible rule of the input. |