Created
February 26, 2023 11:39
-
-
Save dwmkerr/249b4932d85281742317a880407726bf to your computer and use it in GitHub Desktop.
Miro - Get Project Dashboard URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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