We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef670d commit 272d3a1Copy full SHA for 272d3a1
test/jira-tests.js
@@ -983,7 +983,7 @@ describe('Jira API Tests', () => {
983
984
it('getBoardIssuesForSprint hits proper url', async () => {
985
const result = await dummyURLCall('getBoardIssuesForSprint', ['someBoardId', 'someSprintId']);
986
- result.should.eql('http://jira.somehost.com:8080/rest/agile/1.0/board/someBoardId/sprint/someSprintId/issue?startAt=0&maxResults=50&jql=&validateQuery=true&fields=');
+ result.should.eql('http://jira.somehost.com:8080/rest/agile/1.0/board/someBoardId/sprint/someSprintId/issue?startAt=0&maxResults=50&jql=&validateQuery=true&fields=&expand=');
987
});
988
989
it('getAllVersions hits proper url', async () => {
0 commit comments