update_project
Update a project's name, description, lead, assignee, and settings by providing its UUID.
Instructions
Update a project by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| name | No | Project name | |
| description | No | Project description | |
| project_lead | No | UUID of the project lead user | |
| default_assignee | No | UUID of the default assignee user | |
| identifier | No | Project identifier | |
| emoji | No | Emoji for the project | |
| cover_image | No | Cover image URL or asset ID | |
| module_view | No | Enable module view | |
| cycle_view | No | Enable cycle view | |
| issue_views_view | No | Enable issue views view | |
| page_view | No | Enable page view | |
| intake_view | No | Enable intake view | |
| guest_view_all_features | No | Allow guests to view all features | |
| archive_in | No | Days until auto-archive | |
| close_in | No | Days until auto-close | |
| timezone | No | Project timezone | |
| external_source | No | External system source name | |
| external_id | No | External system identifier | |
| is_issue_type_enabled | No | Enable issue types | |
| is_time_tracking_enabled | No | Enable time tracking | |
| default_state | No | UUID of the default state | |
| estimate | No | Estimate configuration |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| total_members | No | ||
| total_cycles | No | ||
| total_modules | No | ||
| is_member | No | ||
| sort_order | No | ||
| member_role | No | ||
| is_deployed | No | ||
| cover_image_url | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| name | Yes | ||
| description | No | ||
| description_text | No | ||
| description_html | No | ||
| network | No | ||
| identifier | Yes | ||
| emoji | No | ||
| icon_prop | No | ||
| module_view | No | ||
| cycle_view | No | ||
| issue_views_view | No | ||
| page_view | No | ||
| intake_view | No | ||
| is_time_tracking_enabled | No | ||
| is_issue_type_enabled | No | ||
| guest_view_all_features | No | ||
| cover_image | No | ||
| archive_in | No | ||
| close_in | No | ||
| logo_props | No | ||
| archived_at | No | ||
| timezone | No | ||
| external_source | No | ||
| external_id | No | ||
| created_by | No | ||
| updated_by | No | ||
| workspace | No | ||
| default_assignee | No | ||
| project_lead | No | ||
| cover_image_asset | No | ||
| estimate | No | ||
| default_state | No |