AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
321 stars 131 forks source link

Unable to install JiraPS or ConfluencePS #503

Closed manojs888 closed 5 months ago

manojs888 commented 5 months ago

In Powershell on WSL.

Install-Package JiraPS Install-Package: No match was found for the specified search criteria and package name 'JiraPS'. Try Get-PackageSource to see all available registered package sources.

Get-PackageSource

Name ProviderName IsTrusted Location


nuget.org NuGet False https://api.nuget.org/v3/index.json

mkellerman commented 5 months ago

You need to use Install-Module JiraPS. Please try again and let us know.

manojs888 commented 5 months ago

Thx for reply: I get the same:

Install-Module JiraPS Install-Package: No match was found for the specified search criteria and module name 'JiraPS'. Try Get-PSRepository to see all available registered module repositories.

manojs888 commented 5 months ago

This article has resolved my issue, therefore we can close this ticket - thank you for your effort https://daveshap.github.io/DavidShapiroBlog/powershell/kb/2021/03/12/install-powershell-modules.html