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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.