Hi @Arun
If you are talking about the Jira rest api it should go like this:
http(s)://code.company.com/rest/api/2/issue/XXX-1
code.company.com is your Jira base url after that you have to put the api resource you want to use, in this example is /rest/api/2/issue/XXX-1 which means we want to get the ticket XXX-1 info using the rest api.
Hope this helps!
Hi Carlos,
Thanks for your reply.
I tried as you instructed.But I'm getting "This page can’t be displayed" error when I execute the url in IE browser.
Below is the link I tried.
http(s)://code.company.com/rest/api/2/issue/QMT-102
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Arun
Your url should be
http://code.company.com/rest/api/2/issue/QMT-102
or
https://code.company.com/rest/api/2/issue/QMT-102
that is why i added the (s). I don't know if you are running jira behind a secure connection.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That means that this is not your base url, maybe you have a context or a different domain name.
Which url do you use to access Jira?
Regards
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.