You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GetBoard will returns the board for the given boardID.
168
+
// GetBoard returns the board for the given board ID.
156
169
// This board will only be returned if the user has permission to view it.
170
+
// Admins without the view permission will see the board as a private one, so will see only a subset of the board's data (board location for instance).
157
171
//
158
-
// Jira API docs: https://docs.atlassian.com/jira-software/REST/cloud/#agile/1.0/board-getBoard
159
-
//
160
-
// TODO Double check this method if this works as expected, is using the latest API and the response is complete
161
-
// This double check effort is done for v2 - Remove this two lines if this is completed.
0 commit comments