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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.