On this page





FunctionUpdate fields
Type

Use case description

When a sub-task is created, its summary, issue key and date and time of creation will be added to the description 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.description}
    Sub-task %{issue.key} - "%{issue.summary}" has been created on %{system.currentDateTime}.


The issue key, summary and date and time of creation of the sub-task will be added to the description of the parent issue.

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


%{issue.issueType} = "Sub-task"


The post function will only be executed if the created issue is a sub-task.


Variations

You can easily modify this use case to further restrict the execution of the post function.

ParameterValue(s) / Steps to set value(s)Notes

Conditional execution


XXX




Conditional execution


XXX






This is how it's done

<Screencast goes in here> Detailed instruction can be found here: https://www.decadis.net/confluence/display/XAPPSBRANDING/Screencasts+Framework

Use multimedia macro!




This is how it should look like


WhereFinal configuration
Backend


Frontend<Screenshot goes here → max 800px width >




Related examples

Related examples