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

Compare with Current View Page History

« Previous Version 18 Next »

On this page

Use case details
FunctionUpdate fields
Type

Post function

Use case descriptionWhen a sub-task is closed, the labels of the sub-task will be added to the Labels field of the parent issue.
Complexity

BEGINNER



Configuration steps

Definition of basic (required) parameters


ParameterValue(s) / Steps to set value(s)Notes
Target issue *Parent issueThe parent of the current issue will be updated.
 Fields *

Priority

  1. Value: Parser expression
  2. Expression: 

    %{parent.labels}, %{issue.labels}

The current values of the Labels field will be added to the parent issue's Labels field.

Run as *Current userThe post function will be executed as the current user.



Related examples