AtlassianPS

PowerShell modules for Atlassian automation

Automate Jira, Confluence, and Atlassian workflows with practical PowerShell commands maintained by the community.

PowerShell
Install-Module JiraPS
Import-Module JiraPS
Set-JiraConfigServer -Server 'https://jira.example.com'
Get-JiraIssue -Query 'project = OPS'

Modules

Pick the module for the job

Each module keeps a focused surface area while sharing the same PowerShell-first conventions.

ConfluencePS

ConfluencePS

A PowerShell module that interacts with Atlassian's Confluence wiki product.

ConfluencePS GitHub stars ConfluencePS PowerShell Gallery downloads
Install-Module ConfluencePS
JiraAgilePS

JiraAgilePS

PowerShell module to interact with Jira's Agile plugin

JiraAgilePS GitHub stars JiraAgilePS PowerShell Gallery downloads
Install-Module JiraAgilePS
JiraPS

JiraPS

PowerShell module to interact with Atlassian Jira.

JiraPS GitHub stars JiraPS PowerShell Gallery downloads
Install-Module JiraPS
AtlassianPS.Configuration

AtlassianPS.Configuration

Shared connection and server configuration for AtlassianPS modules.

AtlassianPS.Configuration GitHub stars AtlassianPS.Configuration PowerShell Gallery downloads
Installed as a dependency

Quick start

From install to first command in minutes

  1. InstallInstall the module from the PowerShell Gallery.
  2. ConfigureSet your Atlassian server URL and credentials.
  3. AutomateRun commands locally, in scripts, or in CI.

Community

Built by Atlassian and PowerShell users

AtlassianPS is maintained by volunteers. Join the community, report issues, improve docs, or contribute fixes.