Hi team,
I am getting this error message while trying to create a new subitem under an item via api.
{
“error_code”: “NoSubitemsColumnInThisBoard”,
“status_code”: 200,
“error_message”: “There is no subitem column on this board, please add it first”,
“error_data”: {}
}
Ideally, I would expect that a reference to the parent item should be sufficient to create a subitem.
Also, the create_column mutation does not specify subitem as a type.
Please guide me on how to proceed.
Thank you.