Skip to content

Jira Insight (Integrated, Cloud) Powershell Module

License

Notifications You must be signed in to change notification settings

00mjk/JSM.Insight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSM.Insight


Beta - Jira Insight (Intergrated, Cloud) Powershell Module

https://developer.atlassian.com/cloud/insight/

Getting Started

Using PowershellGallery

Install-Module "JSM.Insight"
Import-Module "JSM.Insight"

Using Git

Clone the repository.

git clone "https://github.com/DamagedDingo/JSM.Insight.git"

Place directory into a module directory (e.g. $env:USERPROFILE\Documents\WindowsPowerShell\Modules).

Move-Item -path ".\JSM.Insight\JSM.Insight" -Destination "$env:USERPROFILE\Documents\WindowsPowerShell\Modules"

Import the module.

Import-Module "JSM.Insight"

About

Jira Insight (Integrated, Cloud) Powershell Module

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%