update_project
Modify an existing Backlog project's attributes, including name, archived status, chart enablement, and subtasking settings.
Instructions
Updates an existing project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Project key | |
| name | No | Project name | |
| archived | No | Whether to archive the project | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| chartEnabled | No | Whether to enable chart | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. | |
| subtaskingEnabled | No | Whether to enable subtasking | |
| textFormattingRule | No | Text formatting rule | |
| projectLeaderCanEditProjectLeader | No | Whether project leaders can edit other project leaders |