File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1946,7 +1946,7 @@ export default class JiraApi {
19461946 }
19471947
19481948 /** Get Board issues for sprint
1949- * [Jira Doc](https://docs .atlassian.com/jira- software/REST/cloud/# agile/1.0/ board/{boardId}/ sprint-getIssuesForSprint )
1949+ * [Jira Doc](https://developer .atlassian.com/cloud/ jira/ software/rest/api-group-board/#api- agile-1-0- board-boardid- sprint-sprintid-issue-get )
19501950 * @name getBoardIssuesForSprint
19511951 * @function
19521952 * @param {string } boardId - Id of board to retrieve
@@ -1957,7 +1957,7 @@ export default class JiraApi {
19571957 * @param {boolean } [validateQuery] - Specifies whether to validate the JQL query or not.
19581958 * Default: true.
19591959 * @param {string } [fields] - The list of fields to return for each issue.
1960- * @param {string } [fields ] - The list of fields to return for each issue .
1960+ * @param {string } [expand ] - A comma-separated list of the parameters to expand .
19611961 */
19621962 getBoardIssuesForSprint (
19631963 boardId ,
You can’t perform that action at this time.
0 commit comments