Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

The Custom Field Merger in Doctor Pro for Jira helps admins streamline Jira configurations by merging redundant custom fields while preserving historical data. This reduces clutter, optimizes performance, and improves consistency across projects.

Prerequisites:

  • Projects should have the atlassian-addons-project-access role in the permission scheme for Browse Project and Edit Issues.

Step-by-Step Guide to Merging Custom Fields (Example):

We will demonstrate the merging process using an example where we have two Select List custom fields:

  • "Fruits" (current field used across projects)

  • "Fruits (migrated)" (a redundant field that we want to merge into "Fruits")

Summary of the Merge Process:

During the merge, we will:

  • Check and update screen configurations, ensuring the destination field "Fruits" is present in all screens where "Fruits (migrated)" was used.

  • Check and update context configurations, adding values from the source field to the destination field to maintain consistency.

  • Check and update filters, replacing values from the source field to the destination field to maintain boards and dashboards.

  • Move values from the source field ("Fruits (migrated)") to the destination field ("Fruits") across all affected issues.

Warning: Jira does not provide a REST API for managing field layout, so in some cases, manual adjustments may be required after the merge.

  • "Fruits" (current field used across projects)

    image-20250212-083616.png
  • "Fruits (migrated)" (a redundant field that we want to merge into "Fruits")

    image-20250212-083605.png
  1. (Optional) Before and after merging, use JQL to check the number of tickets affected. Ensure you have the necessary Jira permissions to view all tickets.

    "Fruits (migrated)" is not EMPTY and "Fruits" is EMPTY
    image-20250212-084042.png
  2. Go to Custom Fields Report

    • Navigate to Doctor Pro for Jira > Reports > Custom Fields Report.

    • Generate a new report if needed.

      image-20250212-084607.png
  3. Select Merging Mode

    • Choose the Merging mode to begin the consolidation process.

  4. Select Source and Destination Custom Fields

    • Source Field: "Fruits (migrated)" (this field will be removed)

    • Destination Field: "Fruits" (data from the source field will be transferred here)

    • Since both are Select List fields, they are eligible for merging.

  5. Review Changes & Execute Task

    • Confirm the changes and execute the merge.

      image-20250212-084942.pngimage-20250212-085012.png
  6. Monitor the Task in Task Manager

    • Go to Task Manager and wait for the process to complete.

    • Jira may experience slowdowns due to issue reindexing—allow 10-15 minutes for the indexing process.

      image-20250212-085218.pngimage-20250212-085505.png
  7. Validate Changes Using JQL (Optional)

    • Use JQL to confirm that all tickets previously containing "Fruits (migrated)" now have values in "Fruits".

      image-20250212-085544.pngimage-20250212-085705.png

By following these steps, you can efficiently merge duplicate custom fields, ensuring a more organized and optimized Jira instance.

  • No labels