Hello,
I have set up a c# .Net application and i am using your jira SDK (get with nuget). Everything worked fine a few weeks ago. I switched to another project and put this one in pause.
I did not touch anything and launch my app again, now GetIssues is returning an empty array as result. I got no errors through the process (auth looks fine aswell).
I really do not understand why GetIssues is returning nothing now, when 2 weeks ago it was working perfectly.
Is that possible that the SDK is using deprecated API calls? any idea of path that i could explorate?
I am using: jira.Issues.GetIssuesFromJqlAsync
Thank you for your help