Skip to content

v1.2.2 Hotfix of AtlassianCLI

Latest
Compare
Choose a tag to compare
@TomasDeceuninck TomasDeceuninck released this 12 Jul 20:14

Summary

Many bug fixes, code beautification, and developer quality of life features.

Also greatly improved Get-Help for all cmdlets so people can find their way to http://docs.invoke-automation.com

Affecte cmdlets

Atlassian

  • Get-AtlassianSession
  • New-AtlassianSession

JIRA

  • Add-JIRAIssue
  • Get-JIRAIssue

Bugfixes

  • AtlassianSession.Save() no longer generates empty file (#19)
  • Fixed bug for Get-JIRAIssue with -JQL parameter
  • Fixed bug with issuetypes when creating a JIRA issue with Add-JIRAIssue (#24)
  • Fixed bug where server url would fail with a tailing slash (#22)
  • Create meta data will now be checked before attempting to create a JIRAIssue (#23)

For Developers

  • Implemented Pester Tests for AtlassianSession, Get-JIRAProject, Get-JIRAIssue, and Add-JIRAIssue
  • Added vscode settings (code formating with OTBS and we will be using TABS)