POST
/
api
/
v1
/
issue_types
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "position": 123,
  "defaultAssignee": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>"
  },
  "color": "<string>"
}

Body

The new IssueType resource

Response

201
application/ld+json

IssueType resource created