Jeson Dias
Jeson Dias
``` auth.config({ username: username, password: password, otp:otp }).login(scopes, function (err, id, token) { if (err == null) { console.log(id); console.log(token); } else { console.log(err); } }); ``` The snippet above...
Had to actually dig through your jira.js to find what params need to be passed . It ll be nice to have documentation on these methods
Y **Is this a BUG or FEATURE REQUEST?:** BUG **Did you review https://istio.io/help/ and existing issues to identify if this is already solved or being worked on?**: Y **Bug:** Y/N...