Ensure GitHub Milestone
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Ensure GitHub Milestone

  • Dark
    Light
  • PDF

Article Summary

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.

Ensure GitHub Milestone

Ensures a GitHub milestone exists with the specified properties.

Script usage:

GitHub::Ensure-Milestone(
	[From: <text>],
	[UserName: <text>],
	[Password: <SecureString>],
	[Organization: <text>],
	[Repository: <text>],
	[ApiUrl: <text>],
	Title: <text>,
	[DueDate: <text>],
	[Description: <text>],
	[State: <integer>]
);

Arguments:

NameFormatScript UsageUsage Notes
From GitHub resource
text
From
User name
text
UserName
Password
SecureString
Password
Organization name
text
Organization
Repository name
text
Repository
API URL
text
ApiUrl
Title
text
Title
This argument is required.
Due date
text
DueDate
Description
text
Description
State
integer
State

Was this article helpful?