Bulk Clone Professional for Jira

for Jira Server 8.20.1 - 9.15.1, Jira Data Center 8.20.1 - 9.15.1 and more
826 installs
  • Supported
  • Jira Service Management
  • Jira Software

Versions

Version 5.5.6Jira Data Center 8.20.1 - 9.15.1

Released: Mar 2nd 2024

Summary

Improvement: Bulk Clone Parent & Subtask Issue Types in preserved Physical Order

Details

Hi,

In this release we have added the possibility to Bulk Clone both Parent issue types as well as their contained SubTask issue types in preserved "physical order" without the need to include the Subtasks in the JQL Query. Simply add the ".. ORDER BY IssueKey ASC" at the end of your JQL query and all issue types are preserved in "physical order"

Example 1: Bulk Cloning an Epic (SCRUM-254) and its Stories (SCRUM-1 to 6) with their contained SubTasks

  • JQL Query: "project = SCRUM AND key in (SCRUM-254, SCRUM-1, SCRUM-2, SCRUM-3, SCRUM-4, SCRUM-5, SCRUM-6) ORDER BY key ASC"

Alternative JQL Query

  • "project = SCRUM AND "Epic Link" in (SCRUM-254, SCRUM-1, SCRUM-2, SCRUM-3, SCRUM-4, SCRUM-5, SCRUM-6) OR IssueKey in (SCRUM-254, SCRUM-1, SCRUM-2, SCRUM-3, SCRUM-4, SCRUM-5, SCRUM-6) ORDER BY key ASC"