Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

createScrumBoardForUser(name, filterId, user)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Creates a Scrum board customized for a specific user.

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

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

name

String

Yes

Board name

filterId

Integer

Yes

Filter, make sure the JQL uses the Rank order otherwise you will not be able to rank the issues

user

String

Yes

account id of the user for which you are creating the board

Return Type

Integer

Gets the board id. Null if it cannot be created

Example

Creates a new scrum board for the user "joeUser".

Code Block
languagejs
int newBoard = createScrumBoardForUser("New board for Joe", 12345, "joeUser");
return newBoard;

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "agile_function" and space = currentSpace ( )
labelsarray_functions