Skip to main content
POST
Create issue; target project requires edit or admin access

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Body

application/json
title
string
description
string
status
string

Stored project board-column key, not the visible label. Membership is validated against the selected project's live workflow.

Pattern: ^[a-z0-9_]+$
priority
enum<integer>
Available options:
0,
1,
2,
3
assigneeId
string
assigneeIds
string[]
projectId
string | null

Set to a project UUID to move the issue, or null for a projectless issue. A projectless move is rejected when the issue blocks dependencies because release points require a blocker project.

milestoneId
string
teamId
string
startDate
string<date>
dueDate
string<date>

Date-only due date in YYYY-MM-DD format.

recurrenceType
enum<string>

Recurring task cadence. Use recurrenceInterval with custom to specify days.

Available options:
daily,
weekly,
biweekly,
monthly,
custom
recurrenceInterval
integer

Custom recurrence interval in days.

recurrenceDays
enum<string>[]

Selected weekdays for one weekly recurrence series. Accepted only with recurrenceType weekly; normalized into calendar order.

Available options:
mon,
tue,
wed,
thu,
fri,
sat,
sun
labelIds
string[]

Response

Successful response

The response is of type object.