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
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] I have added Pester Tests that describe what my changes should do.
Description
In the documentation of the module, an example was using the parameter
-Issue
forGet-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: