Hey all, I am just setting up a Jira project, bought the 10 user license for a small project I am starting, though I am fairly unfamiliar with how these systems work. I got the download version and it is all set up on my local machine (http://localhost:8080) but I want others to be able to download it and access the project using certain user accounts I create, as people cycle in and out of our projects every month. I can't seem to get access to the server from another machine and I am thinking its because I set it up as local? This is my first time dealing with something like this so I was wondering if anyone could help me get this ship in the water.
Thanks :)
Hi ,
I am facing same issue while connecting jira from Google Apps Script....
I am calling by http://localhost:8080but its giving "DNS Error"
localhost is "this machine", there's no point in trying to DNS it, it always resolves to "the machine you are on"
You need to set up a url for your server that resolves to the server's ip address. See http://computer.howstuffworks.com/dns.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still having issues, changing the URL isn't allowing access and I am stumped. My access to the IT department here is severely hindered as I have to get my message through various lines of communication, which is troublesome. For the time being, I have own website thats being hosted which has and SQL database, is it possible to run my server from there? Currently I am using the server for the small team I am working with, though I will be leaving it with the organization I am currently with in 3 months when I am done here, at that point it will be on them to actually get anything done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is due to the base url of your JIRA instance is using the localhost.
To correct this problem, you can set the base URL in your JIRA General Configuration to an ip address example : http://1.2.3.4:4321 (this is just a sample ip address and port number for reference)
Steps:
1. Log in as a user with the JIRA Administrators global permission.
2. Choose Administration at the top right of your screen. Then choose System > General Configuration to open the 'Administration' page.
3. Under Settings > Base URL
4. Change your Base URL to : http://1.2.3.4:4321
That's all you need to do.
So now you can access your JIRA instance from any other local machine via this ip address : http://1.2.3.4:4321
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Changing the base URL has not helped, I tried a couple of combinations to no avail. I also turned off the firewall to see if that was causing the issue. When I change the base URL I can't even access the server from the machine its on using that URL. Thanks though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Find the hostname of your server and then try accessing it via http://<hostname>:8080 and see if it works. I am assuming that you are able to access jira using http://localhost:8080
rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And what machine is it? Windows? If yes, check the firewall, it won't allow access to the server from external IPs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://confluence.atlassian.com/display/JIRA/Changing+JIRA's+TCP+Ports
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try amending the base url of your jira instance via general configuration under the administration tab.
Say you amend it to jiraxxx.yyy.com
You will then need to ask your IT administrator in your organisation to make a DNS entry mapping your new url with the IP address of the system on which the jira is hosted.
Hope this helps.
Rahul
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.