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

Body

The new IssueStatus resource

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

"https://example.com/"

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

"https://example.com/"

color
string | null

Response

IssueStatus resource created

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