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.
Hello,
so we are using bitbucket, bamboo and jira for our dev projects. We are using GitVersion and need to add labels to the master branch on each successful merge. These version labels are used in the build process as version.
We would like to create these labels on merge automatically. I think this can only be done with scriptrunner.
Can someone help me to create a script?
It should work as follows:
Merge to master -> PR follows naming pattern (branchtype/JIRAISSUE-JIRASummary)
Get the version from the JIRAISSUE Fixversion field and add it as label to the merge commit
If you have an idea how to accomplish this without scriptrunner, please let me know. I didn't found anything.
Thanks in advance!