update_project
Update an existing project by specifying its ID or key and modifying any of its settings such as name, chart, subtasking, or archiving.
Instructions
Updates an existing project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| name | No | Project name | |
| key | No | Project key | |
| chartEnabled | No | Whether to enable chart | |
| subtaskingEnabled | No | Whether to enable subtasking | |
| projectLeaderCanEditProjectLeader | No | Whether project leaders can edit other project leaders | |
| textFormattingRule | No | Text formatting rule | |
| archived | No | Whether to archive the project | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |