-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
19
-
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
- Create a dashboard
- Migrate the dashboard using the dark feature
Cloud
- 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}'