get_issues_assignees_participants.RdGets a data frame of the assignees and participants for issues
get_issues_assignees_participants( org, repo, .api_url = api_url(), pages = NULL )
| org | Name of organization to query |
|---|---|
| repo | Name of repository to query |
| .api_url | Optional API url to query. Defaults to the value set by `api_url()`. Usually it's "https://api.github.com/graphql" |
| pages | Number of pages to paginate and pull data from. Each page will contain upto 100 issues/pullrequests. Defaults to NULL for all pages. |
A data frame containing issue number | type (particpant or assignee) | name | login | total count of users of each issue. Returns an empty dataframe if none are found.