Skip to main content
POST
Create task
Creates a new comment/task directly from the board view, without needing a widget session.

Request body

string
UUID of the site to create the task for.
string
UUID of the project to create the task in.
string
required
Task description.
string
Optional extended task description.
string
Full page URL. Default: /.
string
Route path. Default: /.
string
Task status. Default: OPEN.
string
Task priority: LOW, MEDIUM, HIGH, or URGENT. Default: MEDIUM.
string
UUID of the user to assign the task to.
string
Device type: DESKTOP, MOBILE, or TABLET. Default: DESKTOP.
string
Optional page title.
string
Optional category: UI_FEEDBACK, BUG_REPORT, FEATURE_REQUEST, GENERAL, CONTENT, DESIGN, USABILITY, or PERFORMANCE.
array
Optional array of string tags.