Versions Compared

Key

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

There are two ways to set a custom field in Clone plus for Jira.

...

Code Block
languagexml
themeConfluenceMidnight
1.set.customfield_10700 = 25/DEC/18
1.ignoreFields = customfield_10700

...

Here we are providing this example for Clone+ (custom1) operation so, we have to set the command with prefix '1'. 

  1. Include the below code in configuration page.

    Code Block
    languagexml
    themeMidnight
    1.set.Planned\ delivery\ date = 31/MAR/19

    As a result, the date 31/MAR/19 will be set to your custom field value in the newly cloned issue.

  2. To not to display your custom field in the cloning screen, then please include the below statement along with above code.

    Code Block
    languagexml
    themeMidnight
    1.ignoreFields = Planned\ delivery\ date


  3. Please see the below image to know how the custom field name gets display in a Jira issue.

    Image Modified


    Note: Following are some of the acceptable Custom field names with our app, so you may use these formats in the name, i.e. custom-multi-select, custom_cascade_select, custom\ three, custom-date-type-field etc...

    Date Format: Any JIRA application property format should work.


...