Create GitHub Issue
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Create GitHub Issue
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Create GitHub 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: <SecureString>], [Organization: <text>], [Repository: <text>], [ApiUrl: <text>] );
Arguments:
Name | Format | Script Usage | Usage 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 | |
Password | SecureString | Password | |
Organization name | text | Organization | |
Repository name | text | Repository | |
API URL | text | ApiUrl | Use URL from Github resource. |
Was this article helpful?