Problem
After transferring a project using Configuration Manager for Jira (CMJ), users have observed that epic names appear unlabelled, disrupting project tracking and management.
Symptoms
Epic names display correctly in the source Jira instance but appear unlabelled in the target instance after migration.
The issue occurs irrespective regardless of the language of the epic names, affecting both English and Korean labels.
The problem persists even after multiple migrations.
...
Verify Jira and CMJ Versions
Version:
Ensure that both source and target Jira instances have the same versions. For example, if the Source Jiraversion is 9.4.14
, the Target Jira
Version:version should also be 9.4.14
CMJ Version: 6.15.3. Both instances should be using the same version of CMJ.
Collect Support Logs
Navigate to the "Logging and Profiling" section in Jira Administration, configure . Click Configure. Add com.botronsoft, and set the log level of the com.botronsoft to the DEBUG level, and perform the project migration to collect relevant logs DEBUG. Share the support zip by referring to https://confluence.atlassian.com/support/create-a-support-zip-790796819.html.Review Audit Logs
To obtain detailed audit logs, follow instructions from [Configuration Manager for Jira Audit Logging](Audit Logging | Audit Log Details https://appfire.atlassian.net/wiki/spaces/CMJ/pages/198246829/Audit+Logging?search_id=3abce5d5-920f-4de5-ba6c-79d3e0110fdc).Execute Database Queries
Run these SQL queries on both source and target databases to verify epic labels and colors:Code Block language sql SELECT * FROM customfield; SELECT * FROM customfieldvalue WHERE customfield = ANY ( SELECT id FROM customfield WHERE customfieldtypekey LIKE 'com.pyxis.greenhopper.jira:gh-epic-label' OR customfieldtypekey LIKE 'com.pyxis.greenhopper.jira:gh-epic-color' );
Manual Field Updates
Update Copy the epic name values in the target instance by copying them into the appropriate custom fields field(e.g., 에픽의 이름) to update them.Replicate and Analyze
Perform the migration in a controlled environment and analyze the behavior. This includes setting up conditions similar to those in the production environment to replicate the issue accuratelySet up a test environment to test out the behavior. You can refer to this page, Jira Clones, for information on how to do that.
Example screenshots before and after deployment
...
Unlabelled epic names after project transfer via CMJ can be resolved by ensuring consistency in field names between source and target Jira instances. Following the outlined steps, users can maintain accurate epic labels, improving project tracking and management. For any additional assistance, please contact support or submit a ticket.
References
[Atlassian Documentation](https://www.atlassian.com )
[Configuration Manager for Jira - Appfire Documentation](https://appfire.atlassian.net/wiki/spaces/CMJ )[Configuration Manager for Jira - Botron Software](Configuration Manager for Jira - Botron Software )