AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
328 stars 131 forks source link

Added parameter alias #263

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

Description

In the documentation of the module, an example was using the parameter -Issue for Get-JiraIssue. This parameter has never existed and was thus a bug in the documentation. This change fixes the documentation and introduces an alias for the parameter -Key named -Issue.

Motivation and Context

closes #262

Types of changes

Checklist: