rhevm-qe-automation / pytest_jira

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

Add permissions parameter to solve issue #111 #112

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 #112 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  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...66273b7. Read the comment docs.

gs202 commented 4 years ago

wrong commit msgs