create-project
Create a new project with a name and unique identifier, and configure its visibility, features, and automation settings.
Instructions
Create a new project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project | |
| identifier | Yes | Unique identifier for the project (e.g., PROJ) | |
| description | No | Description of the project | |
| network | No | Project visibility (0 = Secret, 2 = Public) | |
| emoji | No | HTML emoji DEX code without the '' | |
| module_view | No | Enable/disable module view for the project | |
| cycle_view | No | Enable/disable cycle view for the project | |
| issue_views_view | No | Enable/disable issue views for the project | |
| page_view | No | Enable/disable page view for the project | |
| inbox_view | No | Enable/disable inbox view for the project | |
| archive_in | No | Months in which to auto-archive issues (0-12) | |
| close_in | No | Months in which to auto-close issues (0-12) | |
| default_assignee | No | UUID of user to auto-assign issues to | |
| project_lead | No | UUID of the project lead user |