Skip to main content

Hi everybody,


On a board, we have a column with 3 values for example red; green and blue.

Users can only select one value.


Now we want to add a new value “pink” to our list value using the playground .


Is there a simple way to add this new value and not update an item with this new value with create_labels_if_missing option !?


And how to delete a value from a column list ? For example i do not want blue value anymore.


Thank you

There is no way to add or remove a status column label with the API, beside the create_labels_if_missing directive on a change_column mutation.


Sorry, we all wish there was this capability today.


Thx cody for your answer ! 🥲


Thank you for the help @anon29275264 !!!


Reply