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.
Hi,
you can duplicate you rule and change the trigger to "Schedule".
Use JQL to include all issue you want to update.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Trudy Claspill
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
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.