FishEye smart commit messages don't link to JIRA properly?

jmooo May 24, 2012

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?

3 answers

1 accepted

1 vote
Answer accepted
Norman Abramovitz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 24, 2012

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.

jmooo May 24, 2012

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?

Nick
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 30, 2012

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.

0 votes
jmooo May 24, 2012

Yeah the port part I knew, it's how Atlassian is choosing between hostname/ipaddress/localhost that is confusing

0 votes
Norman Abramovitz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 24, 2012

The port numbers are different because Jira and Fisheye have their own services.

Suggest an answer

Log in or Sign up to answer