Class VersionTablePopulationService

java.lang.Object
com.atlassian.jira.bc.dataimport.VersionTablePopulationService

public class VersionTablePopulationService extends Object
Service responsible for populating missing version tables after XML backup restoration. This addresses the issue where XML backups contain entity data but lack version table entries, causing "should have a version by now" errors in subsequent operations. Uses the same proven approach as UpgradeTask_Build900000 with bulk INSERT...SELECT operations and artificial timestamp markers to efficiently handle large datasets.
Since:
v9.x