-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates JIRA API REST login credentials #73
base: master
Are you sure you want to change the base?
Conversation
`username/password` are no longer valid credentials. E-mail and API_TOKEN are required to access REST API.
Oracle JDK 8 is failing on travis builds. https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/11
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
=============================================
- Coverage 88.12% 67.18% -20.94%
- Complexity 208 242 +34
=============================================
Files 39 44 +5
Lines 522 765 +243
Branches 35 78 +43
=============================================
+ Hits 460 514 +54
- Misses 40 225 +185
- Partials 22 26 +4
Continue to review full report at Codecov.
|
Have you tried this? Substituting username and password with email and API key just works out of the box? |
- Fixes Rocket chat 3.0.12 responses boolean or an object for "bot" property. - Eliminates dependencies that only had 1 class on them.
Updates libraries to work with latest Jira API REST (v3)
username/password
are no longer valid credentials. E-mail and API_TOKEN are required to access REST API.