On this page





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






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