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

JCMA should retain Favorites on Dashboards that are migrated

XMLWordPrintable

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

      It is possible to flag commonly visited dashboards as a favourite. These settings are not retained after migrating dashboards using JCMA (currently using a dark feature).

      Steps to Reproduce

      Server

      1. Create a dashboard
      2. Migrate the dashboard using the dark feature

        Cloud

      3. Open the dashboard page on Jira cloud

      Expected Results

      Favorite dashboard settings are retained

      Actual Results

      No dashboards are marked as favorites

      Workaround

      The favorite status could be applied as part of post-migration tasks by leveraging the Jira Cloud REST API:

      curl -D- -X POST \
      -u 'email:token' \
      -H 'content-type: application/json' \
      -k 'https://<INSTANCE>.atlassian.net/rest/internal/2/favourites' \
      --data '{"entity":{"id":"<Dashboard ID>","type":"dashboards"},"beforeEntityPosition":null}'
      

              Unassigned Unassigned
              887e911e3c81 Jimmy Van
              Votes:
              16 Vote for this issue
              Watchers:
              18 Start watching this issue

                Created:
                Updated: