Skip to content

Commit

Permalink
Fix documentation for getBoardIssuesForSprint
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Nov 20, 2021
1 parent ca1305c commit b85af64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jira.js
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ export default class JiraApi {
}

/** Get Board issues for sprint
* [Jira Doc](https://docs.atlassian.com/jira-software/REST/cloud/#agile/1.0/board/{boardId}/sprint-getIssuesForSprint)
* [Jira Doc](https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-agile-1-0-board-boardid-sprint-sprintid-issue-get)
* @name getBoardIssuesForSprint
* @function
* @param {string} boardId - Id of board to retrieve
Expand All @@ -1957,7 +1957,7 @@ export default class JiraApi {
* @param {boolean} [validateQuery] - Specifies whether to validate the JQL query or not.
* Default: true.
* @param {string} [fields] - The list of fields to return for each issue.
* @param {string} [fields] - The list of fields to return for each issue.
* @param {string} [expand] - A comma-separated list of the parameters to expand.
*/
getBoardIssuesForSprint(
boardId,
Expand Down

0 comments on commit b85af64

Please sign in to comment.