Create Project Category

POST {{baseUrl}}/rest/api/3/projectCategory

Creates a project category.

Permissions required: Administer Jira global permission.

Request Body

{"name"=>"<string>", "description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/projectCategory/10100&quot;,&quot;id&quot;:&quot;10100&quot;,&quot;name&quot;:&quot;CREATED&quot;,&quot;description&quot;:&quot;Created Project Category&quot;}