Uploaded image for project: 'Migration Platform'
  1. Migration Platform
  2. MIG-1632

Data preparation pre-flight check does not identify in one execution all the agile boards linked to business projects

XMLWordPrintable

    • 8
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Issue Summary

      The data preparation pre-flight check verifies if agile boards are linked to business projects, however, if a business project has multiple agile boards querying the project, only one of the boards is identified in the CSV containing the errors.

      Steps to Reproduce

      1. Create a migration plan that includes a business project using multiple agile boards;
      2. Execute the pre-migration checks;

      Expected Results

      Data preparation checks to identify all the problematic boards;

      Actual Results

      Data preparation check identifies only 1 board per execution.
       

      Workaround

      Execute the preflight checks multiple times until all the problematic boards are identified or identify the problematic boards in the database:

      • Grab the pkey of the business project having multiple agile boards linked;
      • Execute the following query :
      select rv.NAME from AO_60DB71_RAPIDVIEW rv join searchrequest s on rv.SAVED_FILTER_ID= s.id where s.id in (select id from searchrequest where reqcontent like ('%projectkey%'))
      

              Unassigned Unassigned
              3d0e155b3de2 Dan Postelnicu
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: