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.
Hi!
I'm trying to automate my workflow and with that, when a new version is created (I have this coming automatically from GitHub workflow) I want all the issues on a specific column to be tagged with the fix version and moved to the next column.
Is there any way of achieving this? Currently I'm only getting an error:
Hi Iiro - Welcome to the Atlassian Community!
Can yo share the full automation rule that you have? But basically, you need to add a Branch as it says (you can use a Branch based on JQL), then include the JQL you want to identify the issues, and then add an action under the branch to update the Fix Version field with the trigger issue version value.
Then add another action to Transition issue to the status you want it to go to.
I also tried the same with conditional statements instead of the lookup issues. So moving the lookup issues as a condition for a branch and then running everything in the branch should work nicely? Trying that now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cheers. Worked like a charm. Here's the working outline for anyone interested:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Glad that is working.
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.