I have setup JIRA with a base Url of jira.test.dev. Everything works well and I can access the rest api, however, it returns something like
"self":"http://localhost:8100/rest/api/2/issue/11000"
when i get http://jira.test.dev/rest/api/2/issue/DEV-35.
This gives me issue with the Jira ruby gem, as it fails to fully retrieve issue
Not sure how to fix this. I am running this on JIRA 7.3.7. What is strange is that it worked a couple of days ago and I have not changed anything in the configuration since. Also noticed the same issue on a different instance of JIRA (7+).
I've noticed in the documentation that there is a setting
called restApi2BaseUrl, but I don't see a way to change it.
No, this means the baseurl is set to localhost as apposed to the FQDN or short DNS name of the machine. Updated this in the general config will produce the right url.
As you can see from the post the base url is set correctly to the DNS name of the machine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please try adding port number to the bsae url as in http://jira.test.dev:8100/rest/api/2/issue/DEV-35
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.