...
...
...
...
...
...
...
...
...
...
Info |
---|
AvailabilityThis routine is available starting with SIL Engine™ 4.8.1. |
Syntax
getAllBoardNames([user])
Description
Excerpt |
---|
Get a list of all agile boards visible to the user. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
User | Array of strings | Yes | Optional username parameter to specify a user who can retrieve the board information. By default the current user (user who executed the script) is used and it is possible that the user may not have permissions to view the board. |
Return type
String []
Returns a string array of board names.
...
Code Block |
---|
for(string bname in getAllBoardNames("admin")) { runnerLog("Board name: " + bname); } |
See also
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|