create_project
Administrators only: create a project — a new key, a starter board, and its own wiki space, led by you unless you name someone else. The key is yours to choose and is never invented for you: one already taken is refused, naming the project holding it, rather than quietly becoming KEY2 — the key shows in every issue key, link and commit, and renaming it later costs more than creating the project did. Calling it again with the same key and name returns that same project with created:false, so a retry after a lost answer cannot make a second project. Deleting one is not offered here: that is a decision a person makes looking at what is inside. Who may: an administrator of this workspace, or — for a subproject — the lead of the parent, since it hands over their own project's people.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Project key, 2–10 characters: a letter followed by letters or digits, e.g. 'BGS'. Uppercased. | |
| lead | No | Username or email of the project lead. Defaults to you — a project with no lead is one nobody can configure: export, colour, the bgs connection and access grants all need a lead or an admin. | |
| name | Yes | Project name, e.g. 'Background agents'. | |
| parentKey | No | Key of the project this one is a subproject of. Everybody who may reach the parent may reach this project too, in the role they hold there — so add only the people the parent does not already have. Leave it out for a project of its own. One level: a subproject cannot have subprojects. The key here is still an ordinary key ('KYCB2B', not 'KYC-B2B'), because it is what every issue key is built from. | |
| description | No | What the project is for. Markdown. | |
| projectTypeKey | No | Jira project type: 'software' (the default), 'business' or 'service_desk'. |