We have FishEye and JIRA running on the same server on our local lan. In the email messages from both:
FishEye emails contain links in the format: http://hostname:8060/path/to/code
JIRA emails contain links in the format: http://ipaddress:8484/browse/ticket
Not sure why they are different, but they both work at least. The problem is FishEye emails containing JIRA tickets via smart commit tags like #resolve. The FishEye links work but the links to the JIRA ticket are in the format: http://localhost:8484/browse/ticket
Naturally clicking that link attempts to browse your personal computer instead of the JIRA server. Basically all the links work in the screenshot except SUR-1239 which goes to localhost. Any idea what's up, do I have something configured wrong in JIRA and/or FishEye?
I would check your application links in Jira and Fisheye. One most likely is set incorrectly to localhost and needs to be set to hostname or ip address. It might be your base url in Jira, but I doubt that if related or duplicate links work from remote machines.
Under Application Links in JIRA:
Applicaiton URL (which can't be changed) is: http://localhost:8060
Display URL (which can be changed) is: http://hostname:8060
Clicking FishEye Configuration on that application link:
FishEye URL (can't be changed): http://hostname:8060/
RPC URL (can't be changed): http://localhost:8060/
If I delete the JIRA<-->FishEye application link and readd it can' I force it to only use hostname?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
bq. If I delete the JIRA<-->FishEye application link and readd it can' I force it to only use hostname?
When you add the recipricol link back to FishEye, from JIRA, be sure to use the hostname.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The port numbers are different because Jira and Fisheye have their own services.
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.