jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
449 stars 168 forks source link

Add expand parameter to getBoardIssuesForSprint #328

Closed Buuhuu closed 2 years ago

Buuhuu commented 2 years ago

See https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-agile-1-0-board-boardid-sprint-sprintid-issue-get

It is especially helpful when you want to get the change log of the issues in a sprint to calculate time in status and related metrics.