Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

End Point Not Found Exception when connecting to Jira

Ross Finnimore
Contributor
February 3, 2020

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

jsd error.png

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

1 answer

1 accepted

0 votes
Answer accepted
Ross Finnimore
Contributor
February 7, 2020

Found out SOAP is no longer supported by JSD.  Switch to REST instead.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events