Skip to main content

Hi everyone,


We currently have an integration where we need to update item details when they move between different boards. Our two boards are essentially the same in structure, so ideally, we should be able to transfer items seamlessly since the values should match.


However, we’ve encountered an issue: the column IDs differ between the two boards, making it difficult to handle updates reliably. Right now, we’re using hardcoded column IDs in our backend, but this approach isn’t scalable and causes issues when IDs don’t align across boards.


What’s the best practice for handling column IDs dynamically across multiple boards? Are there recommended approaches or API features that can help with this?


Thanks in advance for any insights!

If you need the same columnIds across multiple boards the best thing to do is built a template and create the boards from there. The columnIds of all boards created from the template will be the same.


Reply