Skip to main content

As part of all the new stuff we have in the 2025-10 API, we’re happy to update of a new API ability- the option to both create mirror and connect between boards!

Read more and get the examples in our documentation

Hi ​@OmerK 

I’m really excited about this functionality - thank you :)

But I’m encountering issues when sending the defaults for board_relation columns as JSON strings. I first saw the issue when creating a column via Spring Boot’s GraphQLClient, and was able to replicate it in the API Playground, such that the column is created, but the defaults containing the target board IDs are not applied and the user has to select the connected board.

It does work in the API Playground if the defaults are sent as an object, so it appears to be a deserialisation issue on the API end.

Any thoughts?