Skip to content

Commit ed4c78e

Browse files
Issue not found error on requests - Fix #37
1 parent e2c2fec commit ed4c78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jira.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
155155
port: this.port,
156156
pathname: basePath + this.apiVersion + pathname
157157
});
158-
return uri;
158+
return decodeURIComponent(uri);
159159
};
160160

161161

0 commit comments

Comments
 (0)