Skip to content

Update GitHubIssue

apobekiaris edited this page Jun 15, 2020 · 8 revisions

external help file: XpandPwsh.Cmdlets.dll-Help.xml Module Name: XpandPwsh online version: https://go.microsoft.com/fwlink/?LinkID=2097043 schema: 2.0.0

Update-GitHubIssue

SYNOPSIS

Update a GitHub issue.

SYNTAX

Owner

Update-GitHubIssue -IssueNumber <Int32> -Repository <String> [-MileStoneTitle <String>] [-State <ItemState>]
 [-Labels <String[]>] [-RemoveLabels <String[]>] -Owner <String> -Organization <String> -Pass <String>
 [-WhatIf] [-Confirm] [<CommonParameters>]

Token

Update-GitHubIssue -IssueNumber <Int32> -Repository <String> [-MileStoneTitle <String>] [-State <ItemState>]
 [-Labels <String[]>] [-RemoveLabels <String[]>] -Organization <String> -Token <String> [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

Update a GitHub issue. Parts that can be updated are the state, labels, milestone

EXAMPLES

Example 1

PS C:\> Get-GitHubIssue|Update-GitHubIssue -Repository eXpand -Labels "Standalone_XAF_Modules"

Adds the Standalone_XAF_Modules to all eXpand repository issues.

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-IssueNumber

{{ Fill IssueNumber Description }}

Type: Int32
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Labels

{{ Fill Labels Description }}

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MileStoneTitle

{{ Fill MileStoneTitle Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Organization

{{ Fill Organization Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Owner

{{ Fill Owner Description }}

Type: String
Parameter Sets: Owner
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Pass

{{ Fill Pass Description }}

Type: String
Parameter Sets: Owner
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-RemoveLabels

{{ Fill RemoveLabels Description }}

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Repository

{{ Fill Repository Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-State

{{ Fill State Description }}

Type: ItemState
Parameter Sets: (All)
Aliases:
Accepted values: Open, Closed

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Token

{{ Fill Token Description }}

Type: String
Parameter Sets: Token
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Int32

OUTPUTS

Octokit.Issue

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally