Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,293
Community Members
 
Community Events
184
Community Groups

Can I create a variable that is a mix of a string and a smart variable?

Do you mind confirming this is set up correctly? I'm having a hard time finding documentation of exactly how to set this up.

The branch substring after - should be some like "1.0.0" and I want to add a V to it so it comes out to "V1.0.0".

I set my smart value up in the image attached.Screen Shot 2020-09-29 at 6.10.21 PM.png 

2 answers

0 votes
Jane Yeoh
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 15, 2020

Hi Conor,

Thanks so much for reaching out! To answer your question in the title around using strings and smart values in our Create variable action, yes you can!

If you're wanting to if pull the 1.0.0 out of the branch name though, there is just a minor tweak in the smart value that you are using:

V{{pullRequest.destinationBranch.name.substringAfter("-")}}

 Hope that helps! 

Kind regards,

 

Jane

0 votes
Tom Williams
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 Leaders.
Oct 15, 2020

Not tried this before but this might work for you.

{{("V").concat(pullRequest.destinationBranch.substringAfter("-"))}}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events