Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,601
Community Members
 
Community Events
184
Community Groups

Automatically Populating Fields from Parents to Child Issues

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

1 answer

1 accepted

0 votes
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 09, 2023

Hi @Nik Seobaran - You could do something like this:

  • TRIGGER: Field Value Changed (Benefit Value)
  • CONDITION: Issue Type = Initiative
  • BRANCH (JQL)
    • "Parent Link" = {{Issue}}
    • ACTION: Edit Issue (Benefit Value)
      • Copy from Trigger Issue

Hi Mark

 

Thanks for this

I made the changes - shows success - yet the field is not actually updated

Screenshot 2023-05-09 at 15.38.06.png

Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 09, 2023

Hmm - Can you please show a screenshot of the Edit Issue Fields component?

Also... What type of field is Business Value?

Business value is a multi-select drop down

Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 09, 2023

Your screenshot shows Copy from Current Issue.  It needs to be Copy from Trigger Issue

something like this

{
"fields": {
"customfield_11636": "{{triggerissue.customfield_11636.id}}"
}
}

Actually got it working now - I did not know you can change the "Current Issue"

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events