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,558,933
Community Members
 
Community Events
184
Community Groups

Bulk update related issues's status when version is released

Hello,

I thought this would be easy. I want the following:

 

- When we set the status of an issue to "Done", a pop-up enters the screen and we fill in the fixVersion (this already works)

- When I manually release the version, I want an automation to be started which sets the status of all issues with fixVersion == Version to the status "Released"

In automation there is a option : When: Version released. But now I cant find the right action to perform when this happens.

 

I want this because the status Released kicks of another automation in which the related ticket in Zendesk gets updated with a comment and a new status. Now my colleagues of support know they can inform the customer. Now we have to do this by hand which is a lot of work.

FYI: We are using Jira Cloud

1 answer

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 21, 2021

Your automation will need to search for all the issues that need to be changed and for each one, transition it through the workflow to released.

Have a look at the "transition" action in the Automation options.

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 21, 2021 • edited

Hi @Thomas Vink -- Welcome to the Atlassian Community!

Adding to what Nic suggests, you would use a branch to iterate over the issues with that version.  For example:

  • trigger: version released
  • branch: on JQL for issues with that version (or, just use branch on issues fixed in version)
    • if condition: issue is not already "Released"
      • action: transition the issues to "Released"

Kind regards,
Bill

Like # people like this

Hi,

could you please privide an example about how to to such a JQL including for example the release name.

Eg. I have a bunch of issues with "Fix Version" set to release name value

I'm struggling to setup that automation

Thanks

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 11, 2022

"fix version = <name of fix version>" will find all the issues with a specific version on them.

Thanks for your reply.

I found it, it was a built-in feature on jira that I just missed. no need jql at all

Screenshot (1).png

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events