Skip to main content

New ability to create mirror and connect board columns via API

Related products:API
  • September 17, 2025
  • 1 reply
  • 54 views

OmerK
Forum|alt.badge.img+1
  • monday.com Team Member

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

1 reply

  • New Participant
  • September 23, 2025

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?