Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (23 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 628 Bytes

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"