create_project
Create a new project in your workspace with specified name, identifier, and optional settings like lead, assignee, views, and archive rules.
Instructions
Create a new project.
Args: workspace_slug: The workspace slug identifier name: Project name identifier: Project identifier (e.g., "MP" for "My Project") description: Project description project_lead: UUID of the project lead user default_assignee: UUID of the default assignee user emoji: Emoji for the project cover_image: Cover image URL or asset ID 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
Returns: Created Project object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| emoji | No | ||
| close_in | No | ||
| timezone | No | ||
| page_view | No | ||
| archive_in | No | ||
| cycle_view | No | ||
| identifier | Yes | ||
| cover_image | No | ||
| description | No | ||
| external_id | No | ||
| intake_view | No | ||
| module_view | No | ||
| project_lead | No | ||
| external_source | No | ||
| default_assignee | No | ||
| issue_views_view | No | ||
| is_issue_type_enabled | No | ||
| guest_view_all_features | 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 |