-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: Issue - View Issue
-
None
Problem Definition:
The DVCS Connector shows a flat list of "unique commits" related to a JIRA issue. When you employ cherry-picking of commits into branches, the list will show the same commit messages for every branch due to the different commit hash, which is not really helpful, confusing, and costs a lot of time.
Suggested Solution
Showing the branch name next to each commit, or group the commits by branch and display the branch on top would be useful when reviewing the commits that are related to the ticket. Besides running the cherry-picking command, there is still a possibility that there could be another commit with the same commit message.