update_workspace_features
Enable or disable workspace features including project grouping, initiatives, teams, customers, wiki, and program increments.
Instructions
Update features of the current workspace.
Args: project_grouping: Enable/disable project grouping feature initiatives: Enable/disable initiatives feature teams: Enable/disable teams feature customers: Enable/disable customers feature wiki: Enable/disable wiki feature pi: Enable/disable PI (Program Increment) feature
Returns: Updated WorkspaceFeature object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pi | No | ||
| wiki | No | ||
| teams | No | ||
| customers | No | ||
| initiatives | No | ||
| project_grouping | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pi | Yes | ||
| wiki | Yes | ||
| teams | Yes | ||
| customers | Yes | ||
| initiatives | Yes | ||
| project_grouping | Yes |