Jira via C# REST Client throws exception

eugenio161288 April 5, 2018

I'm using Atlassian.SDK 10.2.1 via NuGet.

The following code throws an exception:

 

var jira = Jira.CreateRestClient("my_jira_url", "my_user", "my_password");
var issues = jira.Issues.Queryable.Where(i => i.Project != "");

// exception here

Console.WriteLine(issues.Count());

 

Exception:

 

Custom field with id 'customfield_10020' found on issue does not exist on the list of known custom fields returned by Jira.

 

Can someone help me?

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 23, 2018

Hi! 

 

Please, review this customfield_10020. Could you check after reindex ?

 

Cheers,

Gonchik Tsymzhitov

Suggest an answer

Log in or Sign up to answer