createBoardFromExistingProjects

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Description

Create a board based on existing projects.

Parameters

Return Type

Boolean

True if the board was successfully created.

Example

boolean isCreated = createBoardFromExistingProjects("DemoBoard", "kanban", "DEMO");

Result: The result will create the board named "DemoBoard" and isCreated will return true.

See also