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