@ExperimentalApi
public interface BoardDataService
| Modifier and Type | Method and Description |
|---|---|
ServiceOutcome<BoardData> |
getDataForBoard(ApplicationUser user,
Board board)
As the given user, get the data for a board.
|
ServiceOutcome<BoardData> getDataForBoard(ApplicationUser user, Board board)
user - the user to retrieve the data for the board asboard - the board to get the data forcom.atlassian.jira.util.ErrorCollection.Reason.VALIDATION_FAILED
if there was an error parsing the JQL,
or com.atlassian.jira.util.ErrorCollection.Reason.SERVER_ERROR
if there was an exception while searchingCopyright © 2002-2024 Atlassian. All Rights Reserved.