FeedbackKanbanCardPayload
Payload to create a feedback kanban card from a comment.
comment_idComment Idrequired
columnFeedbackKanbanColumnrequired
Target kanban column.
Possible values: [new, grooming, in_progress, done]
orderOrderrequired
Position within the column.
Possible values: >= 0
notesNotes
Optional notes.
Default value:
FeedbackKanbanCardPayload
{
"comment_id": 0,
"column": "new",
"order": 0,
"notes": ""
}