clone_projectboard.RdClones a projectboard
clone_projectboard(org, repo_from, number, repo_to, .api_url = api_url())
| org | Name of organization to query |
|---|---|
| repo_from | Name of repo to clone the projectboard from |
| number | Number of the projectboard to clone |
| repo_to | Name of repo to clone the projectboard to |
| .api_url | Optional API url to query. Defaults to the value set by `api_url()`. Usually it's "https://api.github.com/graphql" |
The ID of the projectboard that was cloned