JCMA should retain Favorites on Dashboards that are migrated

XMLWordPrintable

    • 39

      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}'
      

            Assignee:
            Daniel Tavares (Inactive)
            Reporter:
            Jimmy Van
            Votes:
            19 Vote for this issue
            Watchers:
            24 Start watching this issue

              Created:
              Updated: