Hi All, Getting a EndPointNotFoundException when connecting to JSD through c#. My code looks like
var jira = new Jira("http://10.999.999.99:8080/secure/Dashboard.jspa", "loginid", "loginpw");
IssueStatus status = jira.GetIssueStatuses().FirstOrDefault(x => x.Name == "Resolved");
and the exception message
I have using Atlassian.Jira; in the directives.
Could someone kindly show me what I'm doing wrong? Failure pops up on the 2nd statement.
Thanks tonnes for any help, Roscoe
Found out SOAP is no longer supported by JSD. Switch to REST instead.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.