Keeping child issue context fields in line with the parent context fields.

kmurphy
Contributor
April 16, 2024

I have an epic type issue type (named campaigns) that I use as parent issues to all associated task type issues for each campaign. On the campaign type issue, I have a hadful of custom context fields. I want those fields to show as context fields on my child issues, but to always be reflecting of the parent.

IE, if a context field (custom field for a launch date) is edited on the campaign/parent issue, I want the edits to reflect on the identical context field (launch date) for all child issues. How can I do this? 

1 answer

1 accepted

1 vote
Answer accepted
Michel Neeser
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 16, 2024

Hi @kmurphy

With Jira Automation, you should be able to sync the field from your parent issue to your child issues. You can find the automation rule editor in Jira Work Management by selecting "Project settings" and then "Automation".

Let me know if this helps.

kmurphy
Contributor
April 17, 2024

 Yes, just looking for guidance within automation on how to go about syncing those.

Michel Neeser
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 17, 2024

@kmurphy A rule like this should work for you, just replace the "Assignee" with your context field:

SCR-20240417-rvtb.png

Like kmurphy likes this
kmurphy
Contributor
April 19, 2024

Thanks!

Suggest an answer

Log in or Sign up to answer