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