projectsForBoard
Description
Retrieves the projects associated with a specific board, providing information about which projects the board is linked to.
Parameters
Return Type
String []
Gets the board projects keys
Example
string [] projects = projectsForBoard(boardId);
return projects;
See also
Peacock