Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt
hiddentrue
Issues in a board

...

Retrieves all the issues or tasks that are currently part of a specific board.

Retrieves all the issues or tasks that are currently part of a specific board, offering an overview of the work being managed within that board.

Parameters

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

Parameter name

Type

Required

Description

boardId

intInteger

Yes

Board id

jql

stringString

No

JQL to further filter the returned issues. It is advisable to get only what you need.

Return Type

string String []

Array of issue keys. All the issues in a board.

Examples

Example 1

Gets all issues on the board.

Code Block
languagejs
string [] issues = issuesInBoard(12345);
for(string i in issues) {
     runnerLog(i);
}

Example 2

Gets all issues on the board that are Bugs.

Code Block
languagejs
string [] bugs = issuesInBoard(12345, "type=Bug");
for(string b in bugs) {
     runnerLog(b);
}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "agile_routine" and space = currentSpace ( )
labelsarray_routines