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

name
string
unit
string<iri-reference> | null
Example:

"https://example.com/"

position
integer | null
defaultAssignee
string<iri-reference> | null
Example:

"https://example.com/"

tenantSupport
string<iri-reference> | null
Example:

"https://example.com/"

color
string | null

Response

IssueType resource created

@context
@id
string
@type
string
id
integer
name
string
position
integer | null
defaultAssignee
object | null
color
string | null