We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aa8fbc + e805074 commit 0745705Copy full SHA for 0745705
README.md
@@ -148,8 +148,9 @@ api_token = API_TOKEN_OBTAINED_FROM_JIRA_UI
148
options = {
149
:site => 'http://mydomain.atlassian.net:443/',
150
:context_path => '',
151
- :auth_type => :basic,
152
- :default_headers => { 'Authorization' => "Bearer #{api_token}"}
+ :username => '<the email you sign-in to Jira>',
+ :password => api_token,
153
+ :auth_type => :basic
154
}
155
156
client = JIRA::Client.new(options)
0 commit comments