The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When I reset a commit in Bitbucket to an earlier commit, why isn't it reflected in Fisheye reviews?

John Bottiger
Contributor
October 24, 2023

I was instructed to pull from the main development branch of a repo into my feature branch.  The feature branch is already in review under Fisheye/Crucible.  After finding merge conflicts, I committed the resolved merge conflicts and pushed the changes into Bitbucket to my feature branch there.  At the same time, my Fisheye/Crucible review updates to reflect the latest changes.  However, I performed a git reset to go back to an earlier commit, performed a "forced" push into my feature branch in Bitbucket, but that change did not get reflected in Fisheye/Crucible.  Why is that?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Martin Runge
Community Champion
June 12, 2026

Hi @John Bottiger

This issue, I guess, happens because Fisheye indexes repositories linearly by listening for new commit events, but it does not automatically detect when the Git history is rewritten via a force push. When you perform a git reset and a force push, the old commits still exist in Fisheye's database, and it does not inherently know it needs to remove them or update the active Crucible review.

To resolve this and realign your review, you must prompt Fisheye to reindex and detect your branch's current state. You can do this by manually re-indexing the repository via the administration panel at Administration > Repositories, then choosing the o repository option to Rescan or Re-index. 

TAGS
AUG Leaders

Atlassian Community Events