We need access to available boards from the REST API. It has to include id, name, filter, and whether it support scrum.
Example:
GET http://localhost:2990/jira/rest/greenhopper/1.0/api/board
[
{
"id": 1,
"name": "Sample Scrum Project",
"filter": 10000,
"sprintSupportEnabled": true
}
]