How can I copy selected components from parent to child or child to parent issues

Srujan Kumar November 1, 2023

We have a set of components {A, B, C, D, E} added to the parent ticket. In which child ticket has a component A then in such cases it should copy the selected component from the parent ticket like B, C and it should not overwrite any component in the child ticket. Need assistance to configure the automation to add the selected component. 

 

1 answer

1 vote
Mathew Lederman
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 1, 2023

@Srujan Kumar Your best bet is going to create If blocks for each component to check if it's empty in the child. Even if D is empty in the parent and the child it will copy empty into empty, so really nothing is copied.

  • When Event Triggered
  • For related subtasks
    • If A is empty
      • Then Copy A into A
    • If B is empty
      • Then Copy B into B
    • If C is empty
      • Then copy C into C
    • If D is empty
      • Then Copy D into D

Let me know if this makes sense or if you'd like to see it built out in Automation.

Suggest an answer

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

Atlassian Community Events