Gets a data frame of the issues and their columns on the project board

get_projectboard_issues(org, repo, .api_url = api_url())

Arguments

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"

Value

A data frame containing the board | column | title | issue of the projectboards