Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk change using smart values

Yuval Maron
Contributor
May 6, 2021

Hey,

I added an automation rule which adds the father's status to its subtasks using an automation rule for every transition.

The problem I have is that I need to update the subtasks which had been created previously to that rule. I'm trying to bulk change those issues using a smart value while editing, the smart value which worked fine in the automation is: {{issue.parent.status.name}}, but it doesn't work while bulk changing I receive a string. 

Thanks in advance.

2 answers

0 votes
Gianluca Mattiuzzi
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 15, 2024

Hi,

you can duplicate you rule and change the trigger to "Schedule".

Use JQL to include all issue you want to update.

 

 

0 votes
Trudy Claspill
Community Champion
May 6, 2021

Can you show us the rule you have set up?

You should be able to affect all the sub-tasks that are associated to the issue at the time the rule runs, regardless of when the sub-task was created, using the Branch/Related Issues option.

Screen Shot 2021-05-06 at 11.36.41 AM.png

Yuval Maron
Contributor
May 8, 2021

Hey @Trudy Claspill 

rule.PNG

My meaning is that I want this rule to auto change all the sub tasks which were created previously to that rule. My understanding is that only the sub tasks which are created after the rule will be affected by it and not the old one

Yuval Maron
Contributor
May 8, 2021

Never mind it worked, Ty

Suggest an answer

Log in or Sign up to answer