Trying to figure out how to create an automation rule that sets my sub-tasks component field, the same as whatever parent issue type I'm using has.
This one of the many rules I've tried , am I close ?
Hi @Sierra - You'll need to change the Edit Issue action to copy from Parent
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Sierra,
Please try like {{issue.parent.component/s}} . It works for me.
Thanks,
Saurabh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We've got an automation rule like this but it's breaking when the parent has multiple components.
I tried this trick and I get the same error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem. if the parent has multiple components I cant get the rule to work with either of these smart values:
{{triggerIssue.components}}
{{triggerIssue.components.name}}
{{triggerIssue.components.name.join(", ")}}
{{issue.parent.components.name}}
{{issue.parent.components.name.join(", ")}}
Someone please help!
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.