AtlassianPS / JiraPS

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

Get-JiraIssue continues to output an error (Invalid JSON primitive) #462

Open JayOhAitchEn-LEFT opened 1 year ago

JayOhAitchEn-LEFT commented 1 year ago

Hi,

I'm new to PowerShell and JiraPS and can't get to the bottom of this error I continue to receive...

image

I've looked at the JiraPS documentation and I don't think I'm doing anything wrong or different from the examples. Any help with this would be much appreciated.

Thanks in advance! :)

Rogueit commented 1 year ago

Get-JiraIssue -Query 'project = "ITX" AND status != "open"' runs for me. I think enclose the whole thing in single quotes.

JayOhAitchEn-LEFT commented 1 year ago

Let me give it a shot

JayOhAitchEn-LEFT commented 1 year ago

Get-JiraIssue -Query 'project = "ITX" AND status != "open"' runs for me. I think enclose the whole thing in single quotes.

Still the same error :-/