Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to config what commits are displayed on the JIRA story?

AndreH
Contributor
November 9, 2022

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.

1 answer

0 votes
Sakina
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 Champions.
August 13, 2026

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.

  • Filter/hide individual commits directly in Jira: generally not possible.
  • Control which commits reach main/release: yes, through your Git workflow.
  • Use squash merge to reduce duplicate-looking commits: recommended.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
4.8.10
TAGS
AUG Leaders

Atlassian Community Events