Versions Compared

Key

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

This page provides details on how to set the assignee to blank when you clone an issue.

Steps

  1. Sign in to your Jira instance as Jira administrator.

  2. In the top navigation bar, select JIRA Administration (blue star) > Manage apps.
    The Manage apps page is displayed.

  3. In the left sidebar of the Manage apps page, select Clone Plus for Jira.
    The Clone Plus for Jira Configuration page is displayed.

  4. SelectClone plus properties > Edit tab to edit a copy of the currently active configuration.
    Or
    You can also create a clone-plus.properties file in the directory configured as your JIRA home directory or copy and modify the example clone-plus.properties file.

  5. Add the following sample code for the Clone+ 1 clone operation.

    Code Block
    # Set assignee value to no one, however, you must hide the field to have it take affect
    1.set.assignee =
    1.ignoreFields = assignee
  6. Click Make Active.
    Once the Jira administrator has done these changes and the users clone any issue using the Clone+ 1 clone operation, the assignee will be set to blank.