KevinMarquette / jira

PowerShell module for Jira
MIT License
15 stars 2 forks source link

Add JSession management #14

Closed KevinMarquette closed 5 years ago

KevinMarquette commented 5 years ago

Add -PassThru parameter to Open-JSession Add Get-JSession command Add Close-JSession command Reworked default parameter set to support piping Issues and passing keys

fix NullRefrenceException when calling Set-JIssue with issue key fix NullRefrenceException when calling Remove-JIssue with issue key add exception when calling Invoke-JIssueTransition with invalid issue key

All public functions have unit tests 100% integration test passing