You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi.
We want to enforce and restrict some branch names ruling. Such as no '.' (dot) in the branch name except release/ prefix.
So I know how to create such restriction with Bitbucket repo settings, BUT when I open a branch thru Jira, Bitbucket suggest the correct naming based on Jira's title. On the title it's allowed to use any characters. but can Bitbucket somehow replace the suggested name according to the above rule?
i.e Jira title is: 'Defect - Release 1.0 - Something is not working'
Bitbucket suggested branch name: 'bugfix/Defect---release-1.0---Something-is-not-working'.
Desirable branch name: 'bugfix/Defect---release-1-0---Something-is-not-working'.
Or in other words, as bitbucket replaces spaces to '-' , can it also replace other characters?