Creating a status or dropdown column with custom labels
May 16th, 2023
Did you know that you can also use the create_column
mutation to add a status or dropdown column with custom labels to a board?
This method requires you to send the label values as JSON strings using the defaults
argument, so ensure that your JSON is formatted properly to avoid errors. Check out our documentation to see a few examples!