new_issue(x = NULL, ...)# S3 method for IssueTB
new_issue(x, ...)
# S3 method for data.frame
new_issue(x, ...)
# S3 method for list
new_issue(x, ...)
# S3 method for IssuesTB
new_issue(x, ...)
# S3 method for default
new_issue(
  x,
  title = NA_character_,
  body = NA_character_,
  number = NA_integer_,
  state = NA_character_,
  created_at = Sys.Date(),
  closed_at = as.Date(NA_integer_),
  labels = NULL,
  milestone = NA_character_,
  repo = NA_character_,
  owner = NA_character_,
  url = NA_character_,
  html_url = NA_character_,
  comments = NULL,
  creator = NA_character_,
  assignee = NA_character_,
  state_reason = NA_character_,
  ...
)