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

Compare with Current View Page History

« Previous Version 21 Next »

On this page

Use case details
FunctionUpdate fields
Type

Post function

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

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 *

Parent's Description

  1. Value:Parser expression
  2. Expression: 

    %{parent.description}
    Sub-task %{issue.key} has been created on %{system.currentDateTime}.


%{parent.description} Sub-task %{issue.key} has been created on %{system.currentDateTime}.


The issue key 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"
<></table>

Sub-task %{issue.key} has been created on %{system.currentDateTime}.

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



This is how it's done



Screencast

<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