Forums

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

Tried multiple time but always getting Oops, you've found a dead link. jira rest api

Advait Chaugule July 21, 2020

Hi 

I am trying to access my Jira board through rest API but getting an error.

Oops, you've found a dead link. Jira rest API

Jira URL : http://ec2-54-237-77-170.compute-1.amazonaws.com:8080/secure/Dashboard.jspa

For rest API I have used following 

http://ec2-54-237-77-170.compute-1.amazonaws.com:8080/secure/Dashboard.jspa/rest/api/3/users/search

or 

http://ec2-54-237-77-170.compute-1.amazonaws.com:8080/auth/1/session

no matter which API I am trying to use still getting the same error.

please could you help me 

 

 

 

1 answer

1 accepted

1 vote
Answer accepted
Phill Fox
Community Champion
July 21, 2020

HI @Advait Chaugule 

Welcome to the Atlassian community

The format you need is similar to this..
http://ec2-54-237-77-170.compute-1.amazonaws.com:8080/rest/api/2/field/

Note the version of the api is 2 not 3.

Hope this helps

 

Phill

Advait Chaugule July 21, 2020

yes it worked  thankyou Phill 

Suggest an answer

Log in or Sign up to answer