/
createBoardFromExistingProjects
createBoardFromExistingProjects
The use of this function 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
Peacock
Related content
admShareFilter
admShareFilter
Read with this
createBoardFromExistingProjects
createBoardFromExistingProjects
More like this
Power Scripts for Jira
Power Scripts for Jira
Read with this
boardsForProject
boardsForProject
More like this
Simple Issue Language Reference
Simple Issue Language Reference
Read with this
createScrumBoardInProject
createScrumBoardInProject
More like this