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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.