Skip to content

Releases: Invoke-Automation/AtlassianCLI

v1.2.2 Hotfix of AtlassianCLI

12 Jul 20:14

Choose a tag to compare

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)

v1.2.1 Hotfix of AtlassianCLI

24 Feb 17:17

Choose a tag to compare

Summary

Fixed bug where link of online help was incorrect.

Affecte cmdlets

Atlassian

  • Get-AtlassianSession
  • New-AtlassianSession

JIRA

  • Add-JIRAIssue
  • Get-JIRAProject
  • Get-JIRAIssue

v1.2.0 Release of AtlassianCLI

24 Feb 14:20

Choose a tag to compare

Summary

Added Add-JIRAIssue and created a lot of documentation.

New functionality

JIRA

  • Add-JIRAIssue

v1.1.2 Hotfix of AtlassianCLI

28 Jan 00:02

Choose a tag to compare

Summary

Fixed bug where issues and projects could not be loaded when some properties where not filled in.

Affecte cmdlets

JIRA

  • Get-JIRAProject
  • Get-JIRAIssue

v1.1.1 Hotfix of AtlassianCLI

25 Jan 18:14

Choose a tag to compare

Summary

First hotfix!
there was a small issue with Get-JIRAIssue cmdlet

Affecte cmdlets

JIRA

  • Get-JIRAIssue

v1.1.0 Release of AtlassianCLI

20 Jan 17:46

Choose a tag to compare

Summary

First public version on GitHub!
Only the first basic functionality was added for JIRA

New functionality

Atlassian

  • New-AtlassianSession
  • Get-AtlassianSession

JIRA

  • Get-JIRAIssue
  • Get-JIRAProject