Skip to content

Not seeing "assigned" and "unassigned" IssuesEvents #24885

Discussion options

You must be logged in to vote

Hi @mscheper,

Thank you for being here! Looking at PyGitHub’s documentation, the get_events call goes to the repo events list. Could you try this call instead: https://pygithub.readthedocs.io/en/latest/github_objects/Repository.html?highlight=get_events#github.Repository.Repository.get_issues_events.

That should work, it might otherwise be a limitation on the API side, although the documentation for the API says these events are listed, they are not available in the events endpoint PyGithub is reading from. You should be able to access these events via webhooks. I’ll ask for a sanity check on this from the API team and post any updates here.

Best,

Andrea

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants