JGithubIssues::create
Method to create an issue.
Signature
public function create(string
$user,
[string
$repo = null,
[string
$title = null,
[string
$body = null,
[string
$assignee = null,
[integer
$milestone = null,
[array
$labels = null]]]]]] )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$title
- The title of the new issue.
-
$body
- The body text for the new issue.
-
$assignee
- The login for the GitHub user that this issue should be assigned to.
-
$milestone
- The milestone to associate this issue with.
-
$labels
- The labels to associate with this issue.
Returns