I was trying to see if one could avoid commits from feature branches and only have main and release.
When we have commits showing up from feature branches it shows duplicate commits one for main and one for the feature branch.
Community moderators have prevented the ability to post new answers.
Yes, but only to a limited extent.
Jira's development panel gets commit information from the connected source-control system (Bitbucket, GitHub, etc.). You generally cannot configure Jira to arbitrarily hide specific commits from a story.
If the concern is duplicate commits from feature branches, the better solution is to control the Git branching/merge strategy—for example, using squash merges—so Jira receives a cleaner commit history.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.