You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/jira.js
+16-16
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// * `Jira API Version<string>`: Known to work with `2` and `2.0.alpha1`
50
50
// * `verbose<bool>`: Log some info to the console, usually for debugging
51
51
// * `strictSSL<bool>`: Set to false if you have self-signed certs or something non-trustworthy
52
-
// * `oauth`: A dictionary of `consumer_key`, `consumer_secret`, `access_token` and `access_token_secret` to be used for OAuth authentication.
52
+
// * `oauth`: A dictionary of `consumer_key`, `consumer_secret`, `access_token` and `access_token_secret` to be used for OAuth authentication. Optional signature_method, but Atlassian uses RSA-SHA1.
53
53
// * `base`: Add base slug if your JIRA install is not at the root of the host
0 commit comments