Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bulk update related issues's status when version is released

Thomas Vink
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 21, 2021

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

3 votes
Answer accepted
Nic Brough -Adaptavist-
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.
October 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.
October 21, 2021

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
Irzhy Ranaivoarivony
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 10, 2022

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-
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.
March 11, 2022

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

Irzhy Ranaivoarivony
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 11, 2022

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