-
Suggestion
-
Resolution: Unresolved
-
None
-
37
-
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}'
- relates to
-
MIG-164 Support Migration of Dashboards
- Closed
-
MIG-762 JCMA should retain Favorites on Filters that are migrated
- Gathering Interest
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...