Anything you can do when you have forgot to include JIRA issue ID in the commit comment?

Daisuke Niwa June 21, 2012

Hello there,

You can create a link between FishEye changeset and JIRA issue by including JIRA issue ID on your commit comment.

What can you do when you forgot to do this and later want to associate changeset with JIRA issue? We are using subversion, and modifying subverion commit comment to add the issue ID did not help.

If you have an idea, please let us know.

Regards,

Daisuke Niwa

1 answer

1 accepted

1 vote
Answer accepted
rverschoor
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.
June 21, 2012

First FishEye needs to re-index that SVN changeset.
In the repository maintenance you can re-index the Subversion Non-Versioned Properties (revprops), specifying a start and end revision.
Alternatively you can trigger this partial re-index from the commandline using "fisheyectl rescan".

The information in FishEye is now updated, but the JIRA-FishEye plugin caches information for performance reasons.
The information that is shown in the Source tab of the JIRA issue is not updated.
If you restart JIRA, the caches are invalidated, and the correct information shows up.
Re-starting JIRA is a brute force approach, there luckily is a gentler approach.
You can request a cache flush through the JIRA UI, as described in Troubleshooting FishEye for JIRA - Updating a Changeset Message (SVN only).

Daisuke Niwa June 21, 2012

This helps, thanks!

Suggest an answer

Log in or Sign up to answer