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,557,772
Community Members
 
Community Events
184
Community Groups

JIRA Automation: Create new version when a new Sprint is created

Hi everyone!

I'm trying to do automation that creates a new version with a sequential name (eg v1, v2, v3, etc...) every time I create a new sprint. One of the mandatory fields is the version name and I don't know exactly how to write it so that JIRA understands this. Help me, please!

1 answer

1 accepted

3 votes
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 23, 2022

Hi @Emerson and welcome to the community!

You may want to take a look at this one:

https://community.atlassian.com/t5/Jira-Software-questions/Jira-Automation-Creating-a-fix-Version-with-appropriate-name/qaq-p/1363691

The trigger is based off of version released, but should flow similarly otherwise.

Hey @Mark Segall and thanks for the welcome!

Man, I'll tell you something. Worked wonderfully well!

Last question: for me to change and look like, for example, SPR_v1, just change the string inside the parentheses?

 

Thanks a lot! I was cracking my head here and now I'm happy!

Like Mark Segall likes this

Hi @Emerson ,

please could you share with me the solution? I'm looking exactly for this case and cannot find the smart value to place in the automation.

 

Thanks a bunch!

Anja

Hi @Anja Eigner ,

I'm really really sorry. I didn't saw your message.

Ultimately I stopped using scrum boards. On the Kanban board it is simpler.

If you want to do the automation anyway, it looks like this:

When: Version released

Then: Create version
Version name {{version.name.substringBeforeLast(".")}}.{{#=}}{{version.name.substringAfterLast(".")}}+1{{/}}

In "More options" I like to put the Start date
{{now.jiraDate}}

 

P.S.: until now, for this to work, you need to create the first version manually.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events