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

How can show a diff summary of all (SVN) commits for a jira issue?

Robert Brendler November 2, 2014

I want to see a summary of all diffs, preferably recognizing and omitting reverts. Should also be based on a file scope, not per commit. I don't want to navigate to each commit separately to get the big picture what happened in this issue that has more than one commit.

Is this possible with the JIRA fisheye plugin or some clever filter configuration in fisheye?

similar: https://answers.atlassian.com/questions/322918

1 answer

0 votes
TimP
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.
November 5, 2014

Hi Robert,

You could try using EyeQL to search for all revisions that reference a particular issue key, e.g.

select revisions where comment matches ABC-123 group by file

This will show you a list of revision changes, grouped by file. You'll still have to click through to see the actual file diff though.

cheers,

Tim

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events