It's finally here...creating columns with custom IDs!

Due to popular demand, we recently added the ability to create columns with custom IDs! :partying_face:

To create a custom ID, you can now send the id argument in the create_column mutation. This is an optional argument, so you will still receive an auto-generated column ID if you don’t send it.

When using the id argument, make sure the value you send meets the following requirements:

  • [1-20] characters in length (inclusive)
  • Only lowercase letters (a-z) and underscores (_)
  • Must be unique - no other column on the board can have the same ID
  • Can’t be null, blank, or an empty string

If not, the mutation will fail, and the column will not be created. Check out all the details in our documentation!

Happy creating :sunglasses:

2 Likes