createKanbanBoardForUser
Description
Creates a Kanban board customized for a specific user, typically allowing users to set up their own Kanban boards tailored to their preferences and work style.
Parameters
Return Type
Integer
Gets the board id. Null if it cannot be created
Example
Creates a new kanban board for the user "joeUser".
int newBoard = createKanbanBoardForUser("New board for Joe", 12345, "joeUser");
return newBoard;
See also
Peacock