Creates a new comment/task directly from the board view, without needing a widget session.
Request body
UUID of the site to create the task for.
UUID of the project to create the task in.
Optional extended task description.
Full page URL. Default: /.
Task status. Default: OPEN.
Task priority: LOW, MEDIUM, HIGH, or URGENT. Default: MEDIUM.
UUID of the user to assign the task to.
Device type: DESKTOP, MOBILE, or TABLET. Default: DESKTOP.
Optional category: UI_FEEDBACK, BUG_REPORT, FEATURE_REQUEST, GENERAL, CONTENT, DESIGN, USABILITY, or PERFORMANCE.
Optional array of string tags.
{
"success": true,
"message": "Task created successfully",
"data": {
"id": "...",
"content": "Update hero section copy",
"status": "OPEN",
"priority": "HIGH"
}
}