You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.