Skip to content

fix #1841 get_user_issues#1842

Merged
s-t-e-v-e-n-k merged 1 commit intoPyGithub:masterfrom
yuyan7:fix-user-issue
Mar 5, 2021
Merged

fix #1841 get_user_issues#1842
s-t-e-v-e-n-k merged 1 commit intoPyGithub:masterfrom
yuyan7:fix-user-issue

Conversation

@yuyan7
Copy link
Copy Markdown
Contributor

@yuyan7 yuyan7 commented Feb 5, 2021

fix #1841 get_user_issues

get_user_issues method is now send request to /issues.

fix it send request to /user/issues.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #1842 (1b95a65) into master (34d097c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1842   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files          51       51           
  Lines        2677     2677           
=======================================
  Hits         2644     2644           
  Misses         33       33           

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 34d097c...1b95a65. Read the comment docs.

@jobveldhuis
Copy link
Copy Markdown

There seems to be no reference to the endpoint you are calling in the Github documentation. The current endpoint of /issues however is mentioned and should work. Could you give me an example of code where getting issues is not working as expected?

@yuyan7
Copy link
Copy Markdown
Contributor Author

yuyan7 commented Feb 27, 2021

thanks reply.

refarence is this.

code example is #1481.

Issues that cannot be retrieved are
are from the private repository of the organization to which you belong.

@jobveldhuis
Copy link
Copy Markdown

Seems like I read over that part of the GH documentation. Just tested this and it seems to work as intended, will leave a review marking it approved and hope it will be merged soon by one of the maintainers!

@s-t-e-v-e-n-k s-t-e-v-e-n-k merged commit 7db1b0c into PyGithub:master Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot get user_issues

4 participants