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.
Based on our version names (We have different version on the same Jira project called "API V1 - 1.22.125" and "API V2 - 2.22.236" and also "API V2 - 2.23.3"), i'm trying to create a new version when the latest major version has been published.
Example : Regarding the 3 versions above, when i'm publishing 2.23.3, I would try to create a 2.23.4 only if there is not already a version above manually created (2.23.12 for example).
Step by step automation :
The bold part above is not working. I also tried to put it in a var and then use it :
It still doesn't work.
My question is : Is it possible to use smartValue in function inside listSelector :
{{#name.startsWith(smartValue)}}
Thanks