You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

On this page

Use case

Add the components of the epic to the existing ones in the issue after adding an epic link to any issue.

Configuration


Create a new rule and name it appropriately.

Providing a description will help you to identify what the rule does but this step is optional.

Field changed event

Add a Trigger → Field changed event

Fields

Choose the field Epic Link

Changed to

Choose Any value

 Update field action


Next to the Issue Selector click on Add → ActionUpdate field

Field

Choose your custom Components

Update to

Choose Value returned by parsed expression

Parser Expression

Set the mode to Advanced text and enter the following Parser Expression

toString(append(toStringList(%{trigger.issue.components}), fieldValue(%{issue.components}, epic())))

This expression will not overwrite the previous values of the field. It will add the new components to the existing ones.

Enable the rule by clicking on the Enable button → 




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