jira jql to search ondemand version

amit04jain January 29, 2014

hi,

i am using httpclient to connect with ondemand version of jira for searching.

targetHost = new HttpHost("example.atlassian.net",2990,"http");

may i know is the correct step to connect, i am getting connection refused with httpclient, when try with browser it is working

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 29, 2014

Wrong port and connection type.

2990 is the port used for development Jira systems run via the SDK, usually. OnDemand runs on the standard https port, 443, so try those instead.

0 votes
amit04jain January 29, 2014

Thanks for your help

Suggest an answer

Log in or Sign up to answer