Skip to main content

Update Item's Group Using API

  • January 14, 2022
  • 2 replies
  • 1665 views

I am trying to update the group that an item sits in using the mutate method in the API. I have tried the code below which won’t work as the group isn’t really a column. Does anyone know how I can update the group that an item is in?

mutation {
change_multiple_column_values(item_id:0000, board_id:000, column_values: “{"group" : {"label" : "Done"}}”) {
id
}
}

This topic has been closed for replies.

2 replies

Have just found the move_item_to_group function which resolves this.


  • January 21, 2022

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.