We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb5517 commit df0ff7cCopy full SHA for df0ff7c
test/jira-tests.js
@@ -484,7 +484,7 @@ describe('Jira API Tests', () => {
484
485
it('addIssueToSprint hits proper url', async () => {
486
const result = await dummyURLCall('addIssueToSprint', ['someIssueId', 'someSprintId']);
487
- result.should.eql('http://jira.somehost.com:8080/rest/api/2.0/sprint/someSprintId/issues/add');
+ result.should.eql('http://jira.somehost.com:8080/rest/agile/1.0/sprint/someSprintId/issue');
488
});
489
490
it('issueLink hits proper url', async () => {
0 commit comments