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

JCMA: Kanban board sub-filter JQL gets replaced with default JQL after migration.

XMLWordPrintable

    • 30
    • 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

      When Kanban board sub-filter is using custom JQL and migrated using JCMA, it gets replaced with the default JQL. The sub-filter JQL is not getting included in the export hence it is set to default. Example: One of the Kanban board sub-filter is configured with the below JQL

      type = "Test Execution" AND "Test Campaign" in unreleasedVersions()
      

      After migration, they all replaced with the following query :

      fixVersion in unreleasedVersions() OR fixVersion is EMPTY
      

      It breaks all kanban boards after migration.

      This is reproducible on Data Center:

      Steps to Reproduce

      1. Create a Kanban project or board
      2. Navigate to Configure -> General
      3. Configure a custom JQL in Kanban board sub-filter
      4. Migrate this project using JCMA
      5. After migration JQL is replace with default JQL(fixVersion in unreleasedVersions() OR fixVersion is EMPTY)

      Expected Results

      JCMA should retain the filter configured in the kanban sub-filter

      Actual Results

      The sub-filter JQL is replaced with the default JQL.

      Workaround

      Manually update all the Kanban board sub-filter JQL after migration. SQL query to identify all the boards using the subfilter.

      Select RA."NAME", SU."LONG_QUERY" 
      from "AO_60DB71_RAPIDVIEW" RA 
      JOIN "AO_60DB71_SUBQUERY" SU ON SU."RAPID_VIEW_ID"=RA."ID"

              Unassigned Unassigned
              54bf2707b706 Deepak Pandey
              Votes:
              14 Vote for this issue
              Watchers:
              21 Start watching this issue

                Created:
                Updated: