Prerequisites

Create a global reflexive transition (a transition from any issue to itself).


Configuration

Add the Update fields post function to a global reflexive transition and configure it as follows:

Target issue*

Select Parser expression and write the following expression with the expression editor in General parsing mode.

%{issuesUnderEpic()}

Fields

Select the fields that you want to copy from the epic to the issues under it and configure them as desired.

Add the Transition issue post function to the Create transition in the second position and configure it as follows.

Target issue

Select Parser expression and write the following expression with the expression editor in General parsing mode.

 %{epic()}

Mode

Select Execute transition and choose the global reflexive transition that contains the Update fields post function.

Conditional execution

Write the following conditional execution with the expression editor in Logical parsing mode.

%{issue.issueType} = "Story"

If you still have questions, feel free to refer to our support team.