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.
I have two version naming conventions that include text one is (main) and other is (react)
I want to create an automation that assigns all issues with a certain status to a fix version when I create a new version.
I am struggling to be able to set up the below in the automation
When version is created
AND
version name contains (react)
any help??
Is this what you mean?
Please confirm so we can check that
Yes please
I know how to do step 2 and 3, its 1 i cant figure out.
This is the current workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you click on more options in the version created trigger than you can set a regex for the name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did see this but genuinely have no idea how to format it in order to work the way I want
Could you help with that?
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.
Is there no way to do it based on just containing some fixed text?
The version name is not important or in a defined format at point of creation, all that is required is (main) or (react) is in the name. When ready for release we then update the name to a version number but it still is suffixed with either (main) or (react)
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.
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.
Hi Aaron,
I am working on some automation using version created as a trigger, but I am getting invalid regular expression error.
I was trying to use the following to check not empty, it shows `invalid regular expression`. I tested `^\S+$` in https://regex101.com/. it is correct. But not sure using `.match()` function is right or not. Any ideas?
{{version.startDate.match("^\S+$")}}
Thanks!
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.