How to enable customization for Clone+ and Clone++ option for a specific Status

This article explains how to customize and enable the Clone+ and Clone++ options for a specific Status using the property file.

Instructions

  1. Log in to Jira as an Administrator.
  2. Navigate to > Manage apps > Clone Plus for Jira and click the link as shown:
  3. Enable the Clone+ and Clone++ (custom1) Clone option.

  4. Navigate to Settings > Manage Apps > BOB SWIFT CONFIGURATION > Clone Plus > Edit and edit the Clone Plus for Jira Configuration properties file:


  5. Click the Edit tab to add the following clone-plus properties:

    Show this action for all projects, issue types, and for particular status for clone+ and clone++
    # Show this action for a particular Status
    1.condition.*.*.3= true
    1.label= Custom1
    
    1.plus.condition.*.*.5= true
    1.plus.label= Custom++
  6. Click Make Active and the Clone Plus properties are successfully updated.

  7. Go to a Jira project, open Issue TEST-1.

  8. From the View Issue screen of TEST-1 issue, click More.

    1. In the dropdown, testing_status+ and testing_status++ clone plus is not shown due to the Status is  as shown in the below screenshot:

  9. From the View Issue screen of TEST-1 issue, click More.
    1. In the dropdown, testing_status+ clone plus is shown as the Status is in   as shown in the below screenshot:



  10. From the View Issue screen of TEST-1, click More.

    1. In the dropdown, testing_status++ clone plus is shown as the Status is in  as shown in the below screenshot:


      With the above configuration, you can clone the issue for any project or any issue types but only for specific Status as the Custom1 and Custom1++ is enabled only for the TEST project.


Make sure to update the Status id as per your Jira instance in the clone-plus properties file.