getBoardsFromSprint
Description
Retrieves the boards that are associated with a specific sprint.
Parameters
Return Type
Integer []
Example
return getBoardsFromSprint(101);
Result: Returns an array of board names "Test Board 1|Test Board 2|Test Board 3".
See also
Peacock