< Back

Add-JComment

Thu Jan 16, 2020 7:29 am

NAME Add-JComment



SYNOPSIS

{{ Fill in the Synopsis }}





SYNTAX

Add-JComment [-InputObject] <Issue> [-Comment] <String> [<CommonParameters>]



Add-JComment [-Key] <String[]> [-Comment] <String> [<CommonParameters>]





DESCRIPTION

{{ Fill in the Description }}





PARAMETERS

-Comment <String>

{{ Fill Comment Description }}



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-InputObject <Issue>

{{ Fill InputObject Description }}



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Key <String[]>

{{ Fill Key Description }}



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String[]





Atlassian.Jira.Issue





System.String







OUTPUTS

Atlassian.Jira.Issue





JiraModule.AsyncResult







NOTES









-------------------------- Example 1 --------------------------



PS C:> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS