On this page



Use case

Create a sub-task, set the summary based on the parent's component, and set the assignee to the current user.



Configuration steps


Mode*

Choose Single issue.


Issue type*

Choose Selected issue type and Sub-task as its value.


The issue type to be created is being set to Sub-task.



The issue type must be present in your system.



Parent issue*

Select current issue.


The Sub-task will be created under the current issue.




Summary*

Insert the following expression:

Sub-task related to %{issue.components}



A generic summary indicating that the sub-task relates to the parent component.




Additional fields


Select Assignee.

In the popup field:

Set the Value* to set field value manually (parser expression) and insert the following expression:

%{system.currentUser}


The assignee will be set to the current user.





Run as*

Choose which user* will be able to execute the post function. By default, it is set to the Current user.




Related examples





JWT feature

Workflow functionCreate issue
Parser functions
Label
Use case description

Create a sub-task, set the summary based on the parent's component, and set the assignee to the current user.

Complexity