Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All issue interactions cause NullRef #28

Open
talbotmcinnis opened this issue May 3, 2016 · 1 comment
Open

All issue interactions cause NullRef #28

talbotmcinnis opened this issue May 3, 2016 · 1 comment

Comments

@talbotmcinnis
Copy link

I can fetch all project details, but any issue calls cause a NullRef in Newtonsoft.JSON.

Simple Example:
jiraConn.SearchIssues("project = CM AND fixVersion = 5.2 and issuetype = Release");

Stacktrace:

   at Newtonsoft.Json.Linq.JToken.EnsureValue(JToken value)
   at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
   at Jira.SDK.Domain.IssueSearchResult..ctor(JObject searchResult)
   at Jira.SDK.JiraClient.DeserializeIssues(String json)
   at Jira.SDK.Jira.SearchIssues(String jql)
   at DevWallboard.ViewModels.ReleasesViewModel.<>c__DisplayClass10_0.<GetFromJira>b__1() in 

https://{ourURL}/rest/api/2/search?jql=

returns lots of stuff.

@talbotmcinnis
Copy link
Author

This is also in the stack trace and might be relevant:

{"Value cannot be null.\r\nParameter name: value"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant