Skip to end of banner
Go to start of banner

issuesInBoard

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 2 Next »

Syntax

issuesInBoard(board, [, filterVisible])

Description

Returns all the issues which belong to the specified board. Optionally, you may filter them by visibility

Parameters

Parameter name

Type

Required

Description

board

string

Yes

The board identifier

filterVisiblebooleanNoBy default, only visible issues are returned. However, if you set this to false, you will get all the issues from that board

Return type

string[]

Array of issue keys

See also

  • No labels