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

Compare with Current View Page History

« Previous Version 8 Next »

On this page

Use case

Clone an epic, the tasks under the epic and the sub-tasks of these tasks.

Prerequisites

Set up a custom field

Create a Text (single line) custom field

Name: Template Issue




Configuration

Add the first Create issue post function
Add a Create issue post function to the desired workflow transition.

Issues to be created

Mode

Choose Single issue

Issue type

Choose Parser expression (standard issue type) and write the following expression:

%{issue.issueType}

Summary

Enter the following expression

CLONE - %{issue.summary}

with parsing mode set to Basic text

Additional options

Update the following fields

Epic Name

Choose Parsed text (basic mode) and write the following expression:

CLONE - %{issue.summary}

Resolution

Choose Parsed text (advanced mode) and write the following expression:

null

Copy remaining fields

Select From current issue and All remaining fields

Add a Relates to issue link and link it to the current issue

Additional options

Tick Store issue keys

Add a second Create issue post function

Issues to be created

Mode

Choose Multiple issues

Expression

Enter the following parser expression

issuesUnderEpic()

with parsing mode set to Issue list

Issue type

Choose Parser expression (standard issue type) and use the following expression:

^%{issue.issueType}

Summary

Enter the following expression with parsing mode set to Advanced text

^%{issue.summary}


Description

Enter the following expression with parsing mode set to Advanced text

^%{issue.summary}

Additional options

Update the following fields

Resolution

Choose Parsed text (advanced mode) and write the following expression:

null

Choose Field in current issue and Ephemeral String 3


Template issue

Choose Parsed text (advanced mode) and write the following expression:

^%{issue.key}

Copy remaining fields

Select From seed issue and All remaining fields

Additional options

Tick Store issue keys



Related use cases


If you still have questions, feel free to refer to our support team.