rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

pass permissions parameter during connection check to solve connection issue #113

Closed gs202 closed 4 years ago

gs202 commented 4 years ago

Jira has announced back in July of last year a new query parameter to the Get my permissions. Sending Get to mypermissions without a permissions parameter results in 400 error. A BROWSE_PROJECTS permission was added to the request, this should solve issue #111

codecov-io commented 4 years ago

Codecov Report

Merging #113 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   95.27%   95.27%           
=======================================
  Files           1        1           
  Lines         233      233           
=======================================
  Hits          222      222           
  Misses         11       11
Impacted Files Coverage Δ
pytest_jira.py 95.27% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4e40cef...8da07fe. Read the comment docs.

gs202 commented 4 years ago

Adding jira change notice link: https://developer.atlassian.com/cloud/jira/platform/change-notice-get-my-permissions-requires-permissions-query-parameter/

lukas-bednar commented 4 years ago

Thank you!