Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  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:
    Image Modified

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

    Code Block
    languagetext
    themeMidnight
    titleShow 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 Image Modified as shown in the below screenshot:
      Image Modified

  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 Image Modified  as shown in the below screenshot:
      Image Modified



  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 Image Modified as shown in the below screenshot:

      Image Modified

      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.


Info

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