Description Usage Arguments Value
Creates a projectboard
1 2 3 4 5 6 7 8 | create_projectboard(
org,
repo,
name,
body = "",
columns = NULL,
.api_url = api_url()
)
|
org |
Name of organization to query |
repo |
Name of repository to query |
name |
Name of projectboard to create |
body |
Body of projectboard to create. Defaults to "". |
columns |
Optional parameter to specify a vector of projectboard columns to create. (ie: ‘column = c(’column1', 'column2', 'column3', 'column4')'). Defaults to NULL |
.api_url |
Optional API url to query. Defaults to the value set by ‘api_url()'. Usually it’s "https://api.github.com/graphql" |
Boolean value if creation was successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.