Skip to content

Instantly share code, notes, and snippets.

@dwmkerr
Created February 26, 2023 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwmkerr/249b4932d85281742317a880407726bf to your computer and use it in GitHub Desktop.
Save dwmkerr/249b4932d85281742317a880407726bf to your computer and use it in GitHub Desktop.
Miro - Get Project Dashboard URL
// finally - got from
// https://community.miro.com/ideas/project-links-and-sharing-1180/index2.html?postid=6066#post6066
// Run the below in the developer tools when the project dashboard is open.
dashboardData = JSON.parse(localStorage["rtb_saved_dashboard"]).tree.dashboard;
"https://miro.com/app/dashboard/?spaceId="+dashboardData.currentSpaceId+"&projectId="+dashboardData.currentProject.id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment