I am looking to change a status column using the API and found the below in the forum but it doesn’t appear to work and get an error 500, what is the correct command to change a status column?
mutation {
change_simple_column_value (board_id: xxxxxx, item_id: xxxxx, column_id: “status”, value: “Done”) {
id
}
}
{
“error_message”: “Internal server error”,
“status_code”: 500
}