create_project
Create a new project by providing a display name and uppercase key for ticket IDs. Optionally set description, classification, and owner to organize work.
Instructions
Create a new project.
Args: name: Display name (1-200 chars), e.g. "Platform Reliability". key: Short uppercase key used in ticket display ids (2-10 chars, A-Z + 0-9 only), e.g. "PLAT". Becomes part of the ticket display id like "PLAT-123". description: Optional human-readable description. classification: One of: "software", "operations", "security", "infrastructure", "data", "other". Defaults to "other". owner_user_id: Optional user id of the project owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| name | Yes | ||
| description | No | ||
| owner_user_id | No | ||
| classification | No | other |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |