-
Suggestion
-
Resolution: Unresolved
-
None
-
8
-
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
- Create a migration plan that includes a business project using multiple agile boards;
- 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%'))