Rest Api

Pankaja GRP February 9, 2016

Hello all,

I am using c#(WPF) application and i am trying to get issues from using rest Api,

the link which am using is below

https://myHostname:myPort/rest/api/2/issue

but am getting error "The remote server returned an error: (404) Not Found."

Am using the correct credentials.

Please help me out.

Thanks in advance!

1 answer

0 votes
Garry May February 9, 2016

404 indicates that either your host or JIRA record was not found - I can't see where you specified the JIRA Key!?

If you are trying to return or [get an existing Issue|https://docs.atlassian.com/jira/REST/latest/#api/2/issue-getIssue] from JIRA you need to specify the JIRA Key and issue a GET request

https://myHostname:myPort/rest/api/2/issue/{issueIdOrKey}

n.b. make sure you specify all the fields you require etc


For example,

https://myHostname:myPort/rest/api/2/issue/DEMO-1?fields=id,summary,status,labels,duedate,assignee

This will return json data containing the listed fields for a JIRA record with the key DEMO-1

Does that help?

Pankaja GRP February 9, 2016

Thanks,

but after mentioning the issue key still am getting the same error.

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.
February 9, 2016

The 404 really does mean that there is no JIRA available on that url.

What happens if you visit it in a browser?  What happensif you just go to https://myHostname:myPort ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events