When I try to get All Board using rest/agile/1.0/board, many board aren’t find. But If I using the Api with a board Id, /rest/agile/1.0/board/{boardId}. I can find the data board.
But I need to get All board list. Could someone help please?
Hi @Rogerio. Welcome to the developer community. One possible explanation is that a project is set to Private
, which would remove it from the GET /rest/agile/1.0/board
results, even if you still have access to the project.
If you’d like to include private projects that you have access to, append the following parameter to your API query:
?includePrivate=true
2 Likes