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
We have an automation rule to clone a specific story in the next sprint when it is set to status DONE. Everything works perfect, but we struggle with the issue summary.
The new issue summary clones mainly the summary from the done issue, but at the end we add the sprint number of the new associated sprint.
I have to smart values, {{issue.summary.left(72)}} and {{sprint.name.right(2)}} , which work correctly for their own.
How to combine? We did not find a concat solution.
Thanks in advance
If I understood you correctly, you just want two smart values in the summary, correct ? If so, you dont need to concat it by default, you can add multiple smart values simultaneously.
e.g. Summary - {{Value 1}} {{Value 2}} {{Value 3}} assuming their actual value are same as their name, the actual summary would look like below :
Summary - Value 1 Value 2 Value 3
Hope this helps.
Hi Vishal,
thanks for your fast response, but I'm sorry, this does not work.
If I enter both values in one line following your example, automation seems to work in serial mode,
e.g.: If I create a test issue with the summary "This is test issue of sprint 14 " and put it in the sprint 15, my result should be a summary "This is test issue no. 15". Because I cut the issue summary from the left and add the sprint name cutted from the right.
But automation just creates "15".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vishal, it's me again. I've found the reasosn, was a small typing error. So your suggestion works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to know it worked out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.