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

DamagedDingo/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"