Moving an Item to a New Group or Board

Moving an Item to a Different Group in the Same Board

To move an item to a different group, use the GETGROUP function to assign the new group to the {Item Group} virtual columns.

1: {Item Group}=GETGROUP("Group 2")

Moving an Item to Another Board

To move an item to a different board, use the GETGROUP function to assign the new group to the {Item Group} virtual columns, as described above.

Only this new group being in another board, you first need to set this board as your Board2 or Board3. Then, enter its alias as the 2nd parameter of the function. See Choosing a 2nd or 3rd board for more on this.

1: {Item Group}=GETGROUP("Tasks","Board2")=> Moves the item to the Tasks group of Board 2