Optional
Readonly
assigneeOptional
Readonly
bodyThe issue body.
Optional
Readonly
labelsThe labels for the issue.
Requires the user to have the permission to add labels.
Optional
Readonly
milestoneThe milestone for the issue.
Requires the user to have the permission to add milestone.
Optional
Readonly
projectsThe projects to add the issue to.
The project reference format is user/<project-number>
, for example, if the URL to the project is https://github.com/sindresorhus/some-repo/projects/3
, the project reference would be some-repo/3
.
Requires the user to have the permission to add projects.
Readonly
repoThe full URL to the repo.
Optional
Readonly
templateUse an issue template.
'unicorn.md' // If you want to use a template at `ISSUE_TEMPLATE/unicorn.md`.
Optional
Readonly
titleThe issue title.
The user to assign to the issue.
Requires the user to have the permission to add assignee.