C# getIssuesFromJqlAsync parse errors

Andrew Casals January 17, 2018

Hello,

I am able to use the below c# code to access our service desk issues but only when the fields 'Organizations' and 'Request Participants' are empty.

var query = @"project = 'Proj'";
var results = jira.Issues.GetIssuesFromJqlAsync(query).Result;

Otherwise if there are any tickets with those fields not empty in the query, i get the error
{"Unexpected character encountered while parsing value: {. Path '', line 2, position 3."}

Is there anything I can do about this or do i need to call the api with a different method?

Thanks

0 answers

Suggest an answer

Log in or Sign up to answer