Skip to end of banner
Go to start of banner

createKanbanBoardInProject

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Creates a new Kanban board within a project based on a filter.

Parameters

Return Type

Integer

Gets the board id. Null if it cannot be created

Example

Creates a new kanban board in the TEST project and returns the board id.

int newBoard = createKanbanBoardInProject("New kanban board", 12345, "TEST");
return newBoard;

See also

  • No labels