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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"self":"https://your-domain.atlassian.net/rest/api/3/projectCategory/10100","id":"10100","name":"CREATED","description":"Created Project Category"}