JiraPS icon indicating copy to clipboard operation
JiraPS copied to clipboard

Jira Issue is not working in PSVersion 5.1

Open SuryenduB opened this issue 4 years ago • 0 comments

Description

Steps To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Your Environment

Get-JiraIssue -Key SD-99745 -Credential $cred

Exception calling "GetLeftPart" with "1" argument(s): "This operation is not supported for a relative URI." At C:\Program Files\WindowsPowerShell\Modules\JiraPS\2.14.6\JiraPS.psm1:3230 char:9

  •     [Uri]$Uri = $Uri.GetLeftPart("Path")
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : InvalidOperationException

Possible Solution

SuryenduB avatar Sep 06 '21 18:09 SuryenduB