Versions Compared

Key

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

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

Instructions

Enable the custom modules of the Clone Plus for Jira app and update the properties file with the below relevant property to exclude the sprint field. Refer to this article to enable the custom modules.

  1. Edit the configuration file of the Clone Plus for Jira app. Follow the below steps to navigate to  Navigate to the property file as follows:

    1. Log in to Jira as an Administratoran administrator.
    2. Click Cog menu  > Manage apps.
    3. Click Clone Plus from the left sidebar and click Edit in the Clone plus properties tab.
  2. Add the fieldExcludes= Sprint property to the configuration file , based on as per the custom modules you are usingthat are enabled in your instance. See an the following example below:

    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
    By adding the fieldExcludes= Sprint property, you will not be able to see the Sprint


The sprint value on the

...

Clone issue screen is not displayed and

...

the field is not copied to the

...

newly cloned issue once the fieldExcludes= Sprint property is added to the configuration file.

Info
  • For the This scenario does not work with the native clone+ and clone++ modules of the app, you will not be able to achieve this scenario. Instead, use the custom clone operations for extended clone operations.
  • If you have edit permission to an issue, you will be able to can update the sprint value after the issue creation.