Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,498,096
Community Members
 
Community Events
179
Community Groups

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

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

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?

Nick Atlassian Team 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.

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

0 votes

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

Suggest an answer

Log in or Sign up to answer