Skip to main content
Open

Support encoded equal sign in board URLs

  • August 30, 2022
  • 0 replies
  • 41 views

Our department use an on premise version of Azure DevOps for our product management and we document the URLs to our Miro boards in the wiki that comes with this tool. The issue we've found is that Miro doesn't seem to handle when certain characters in the board URLs are encoded, which DevOps seems to do when the URLs are added to any wiki page.

An example of this issue is below,

The URL for the board https://miro.com/app/board/uXjTOtrB0r0=/

The URL that DevOps produces when encoding the above URL https://miro.com/app/board/uXjTOtrB0r0%3D/

The funny thing is Miro is converting the encoded URL back into the correct URL but still doesn't load the correct board.

Is there anything that can be done to fix this issue as we want to make the linking of boards as simple as possible.