Skip to end of banner
Go to start of banner

How to set the priority while cloning the issue using Clone+ and Clone++

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 5 Next »

This article explains how to set the priority while cloning the issue using the Clone+(custom1) or Clone++(custom1) options from the original issue.

Instructions

  1. Navigate to Settings > Manage Apps > Select Clone Plus app and enable the custom clone options as in the below screenshot.

  2. Navigate to Settings > Manage Apps > BOB SWIFT CONFIGURATION > Clone Plus > Edit and edit the Clone Plus configuration properties file.

  3. Add the configurations as shown below and click Make Active.

    # This file needs to be put in the user configured jira home directory
    1.condition.*.*.* = true
    1.label = Custom1+
    1.set.priority= 4
    
    1.plus.condition.*.*.*= true
    1.plus.label= Custom1++
    1.plus.set.priority= 5
    
    
  4. Go to the Jira Project, open the Issue TEST-1
  5. From the View Issue screen of TEST-1 issue, click More. For this issue, Priority is Medium.
  6. Perform the clone+ operation. The result is shown below as an example
  7. Perform the same for clone++ operation
  8. For the clone++ operation, the result is as shown below as an example.
  • No labels