DATA CENTER AND SERVER | CLOUD

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1

Problem

After upgrading to R4J - Requirements Management for Jira 4.0 the manual migration of the coverage views fail and users cannot load them anymore in coverage view.

Solution

To resolve the problem and start the migration again, follow these steps:

  1. Delete rows from Coverage Filters tables in the Jira DB:

    TRUNCATE `jiradb`.`AO_1273F8_COV_FILTER`;
    TRUNCATE `jiradb`.`AO_242870_COV_FIL_MIGR`;
  2. Set logging level for com.easesolutions.requirements.model.service to DEBUG in http..<your_jira_instance>/secure/admin/ViewLogging.jsp
  3. Perform migration for filter again inĀ <your_jira_instance>/plugins/servlet/com.easesolutions.jira.plugins.requirements/migratefilters


The mentioned steps require to upgrade R4J to version 4.0.1 or later before executing.

If there are still problems, please contact customer support and attach latest atlassian-jira.log




  • No labels