Versions Compared

Key

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

This article helps you in excluding the sprint value while cloning an issue using Clone Plus for Jira app.

...

  1. Edit the configuration file of the Clone Plus for Jira app.   Follow  Follow the below steps to navigate to the configuration pr file:

    1. Log in to Jira as an Administrator.
    2. Click Cog menu Image Added > Manage apps.
    3. Click Clone Plus from the sidebar on the left and click Edit in the Clone plus properties tab.
      Image Added
  2. Add the fieldExcludes= Sprint property to the configuration file, based on the custom modules you are using. As shown in the below example

    Code Block
    themeMidnight
    #using clone +
    1.condition.*.*.* = true
    1.label = <some name>
    1.fieldExcludes= Sprint
    
    #using clone++
    1.plus.condition.*.*.* = true
    1.plus.label=<some name>++
    1.plus.fieldExcludes= Sprint


  3. By adding the fieldExcludes= Sprint property, you will not be able to see the Sprint value on the clone issue screen and also the field is not copied to the new clone issue.
Info
  • If you have edit permission to an issue, you will be able to update the sprint value after the issue creation.
  • For the native clone+ and clone++ modules of the app, you will not be able to achieve this. Enable the custom modules of the Clone Plus for Jira app and update the properties file with the property.
  • If you have edit permission to an issue, you will be able to update the sprint value after the issue creation.