create_project
Create a new Jira project with specified key, name, lead, and type. Admin access and confirmation are required; some Jira versions need a template key.
Instructions
Creates a new Jira project (admin only). Guarded: requires confirm:true. Some Jira versions require a template_key; if creation fails for that reason, retry with template_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Project key, uppercase, e.g. "NEW" (must be unique) | |
| lead | Yes | Project lead. On Jira Server/DC this is the username; on Cloud it is the account id. | |
| name | Yes | Project display name | |
| confirm | No | Must be set to true to actually perform this irreversible/high-impact action. If omitted, the tool returns a warning instead of acting. | |
| description | No | Optional project description | |
| template_key | No | Optional project template key (some Jira versions require this, e.g. com.pyxis.greenhopper.jira:gh-simplified-scrum-classic). | |
| assignee_type | No | Default assignee policy | |
| project_type_key | No | Project type key, e.g. "software" or "business" (default "software") |