Skip to content

Commit f264792

Browse files
committed
json param added
1 parent 984cb69 commit f264792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/jira.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
611611
var options = {
612612
rejectUnauthorized: this.strictSSL,
613613
uri: this.makeUri('/issue/' + issueNumber + '/remoteLink'),
614-
method: 'GET'
614+
method: 'GET',
615+
json: true
615616
};
616617

617618
this.doRequest(options, function(error, response) {

0 commit comments

Comments
 (0)