We have JIRA, FishEye+Crucible, and Stash installed. Stash is hosting our git repo.
When using smart commits to tie a commit to a JIRA issue, we notice that the Source tab on a issue shows changesets twice: once for Stash and once for FishEye.
This seems to be confusing our users. Also, the order seems to be different. For example, let's say I did 3 commits to a repository. Here is chronological order:
commit-t0
commit-t1
commit-t2
The source tab in JIRA will look like this:
commit-t2 (Stash)
commit-t1 (Stash)
commit-t0 (Stash)
commit-t0 (FishEye)
commit-t1 (FishEye)
commit-t2 (FishEye)
How you recommend I setup the JIRA integration with both products? For the record, I am very new to these products as well, and this is my first time administering.