Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Create-Issue

Creates an issue on a GitHub repository.

Script usage:

GitHub::Create-Issue(
	Title: <text>,
	[Body: <text>],
	[Labels: <@(text)>],
	[Assignees: <@(text)>],
	[Milestone: <text>],
	[Number: <integer>],
	[From: <text>],
	[UserName: <text>],
	[Password: <text>],
	[Organization: <text>],
	[Repository: <text>],
	[ApiUrl: <text>]
);

Arguments:

NameFormatScript UsageUsage Notes
Title
text
Title
This argument is required.
Body
text
Body
Labels
@(text)
Labels
Assignees
@(text)
Assignees
Milestone
text
Milestone
Issue number
integer
Number
From GitHub resource
text
From
User name
text
UserName
Not specifying will "Use user name from GitHub resource's credentials".
Password
text
Password
Not specifying will "Use password from GitHub resource's credentials".
Organization name
text
Organization
Not specifying will "Use organization from Github resource".
Repository name
text
Repository
Not specifying will "Use repository from Github resource".
API URL
text
ApiUrl
Use URL from Github resource. Value note: "https://api.github.com".