Thursday, January 8, 2015

JIRA+FishEye+GIT+Crucible Integration

Download JIRA from:
https://confluence.atlassian.com/display/JIRA/Installing+JIRA+on+Linux

Here is the Installation Instructions for JIRA :
https://confluence.atlassian.com/display/JIRA/Installing+JIRA+on+Linux

JIRA's default URL is:  http://localhost:8080

Download FishEye from :
https://www.atlassian.com/software/fisheye/download

Before installing be sure that you have already INSTALLED GIT if you are planning to use GIT repo. I am writing this because I failed on this before. Tried to install without GIT and got this exception:

2015-01-18 11:49:31,945 ERROR [qtp27740446-254 ] fisheye RepositoryAdminRpcServiceImpl-generateMsgAndLogRepoActionFailure - Failed to enable or start new repository : Problem loading repository ''
 - Unable to get git version.
https://confluence.atlassian.com/display/FISHKB/Cannot+add+Git+repository+in+FishEye

Here is the Installation Instructions for FishEye:
https://confluence.atlassian.com/display/FISHEYE/Installing+FishEye+on+Linux+and+Mac

Fisheye's default URL is:  http://localhost:8060

It will ask you to fill the JIRA details for first time usage:

To Link FishEye to Jira, follow these steps:
https://confluence.atlassian.com/display/FISHEYE/Linking+FishEye+to+JIRA


To Add your GIT repository to FishEye:
https://confluence.atlassian.com/display/FISHEYE/Git

And IF you push any change including your "JIRA ISSUE ID" to your repository then you will be able to see the related changes on JIRA without any effort

 Have fun!

No comments: