Atlassian Cloud PowerShell Module (beta)

A module that provides PowerShell cmdlets to interact with the Atlassian Cloud suite of products. Starting with Jira and Jira Service Management.

A PowerShell module that will ultimately provide API coverage for the entire Atlassian Cloud suite that compatible with both Windows PowerShell (5.1) and all versions of PowerShell core (all platforms – Windows, MacOS, Linux). The latest beta (v0.9) provides 85% coverage for Jira and 100% coverage for Jira Service Management and JSM Assets with partial coverage of the JSM Forms API. Confluence and other Atlassian products will be added in the future.

You can install the module in PowerShell using PowerShellGet to download it from the PowerShell Gallery directly using the following command:

Install-Module -Name AtlassianCloudPS

Alternatively, for more options visit: https://www.powershellgallery.com/packages/AtlassianCloudPS

The source code is also available on GitHub at: https://github.com/andylyonette/AtlassianCloudPS