You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried the same call using the RestSharp library and it turns out the issue creation fails with a "BadRequest" response due to some workflow that is denying access. (Issue to our IT is pending,)
But still, that should not make the whole program just vanish.
And no, a try/catch block around the call does nothing. Looks like there is no exception to catch, the program is just aborted.
Hello,
I'm using version 2019.2.0 on a version on a 2019.2 server and I want to create a new issue.
This is my code:
During the call to
CreateIssue
my program just ends without any error message and the issue is not created.What am I doing wrong?
The text was updated successfully, but these errors were encountered: