Hi Everyone
Looking for a solution to populate the same fields from the parents to the associated child tickets
We have the Hierachry Initatives > Milestones > Epics > Task/Story > Subtask
When Custom Field "Benefit Value" is updated in Initiative (parent) - I would like this to be populated in the Milestone (Child)
Looking for an Automation Rule solution
Hi @Nik Seobaran - You could do something like this:
"Parent Link" = {{Issue}}
Hi Mark
Thanks for this
I made the changes - shows success - yet the field is not actually updated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm - Can you please show a screenshot of the Edit Issue Fields component?
Also... What type of field is Business Value?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your screenshot shows Copy from Current Issue. It needs to be Copy from Trigger Issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
something like this
{
"fields": {
"customfield_11636": "{{triggerissue.customfield_11636.id}}"
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually got it working now - I did not know you can change the "Current Issue"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a way for this to trigger immediately when the user is creating the issue (before saving). The reason is that some fields are required, so it defeats the purpose for this to fire after saving.
Thanks!
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.