Need help with JIRA powershell modules

Sherfun S
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 23, 2024

I keep getting error message while trying to connect JIRA using Powershell though the Module is installed

 

Connect-JiraServer : The term 'Connect-JiraServer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:45 char:9 + $jira = Connect-JiraServer -Server "https://jira.fmr.com" -Credential ... + ~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Connect-JiraServer:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Get-JiraProject : A parameter cannot be found that matches parameter name 'Server'. At line:48 char:29 + $projects = Get-JiraProject -Server $jira + ~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Get-JiraProject], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Get-JiraProject Get-JiraIssue : A parameter cannot be found that matches parameter name 'Server'. At line:51 char:114 + ... = "To Do" AND assignee = a417083 AND issuetype = Story' -Server $jira + ~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Get-JiraIssue], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Get-JiraIssue

1 answer

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 23, 2024

Hi @Sherfun S 

Welcome to the community.

Check documentation here, https://atlassianps.org/docs/JiraPS/ 

Suggest an answer

Log in or Sign up to answer