404 page not found when users try to access Azure Retrospective Board

Viewed 35

ErrorI have added the users to the project and I am able to access the retrospective board, but my users cant. This is what they get when I send them the link. Any advise on how to send a link that opens up to the retrospective board - I have tried everything - this is so embarrassing.

1 Answers

404 error means that the URL is invalid. But from your description, the retrospective board indeed exists.

You can get the link via the option: Copy Retrospective link in Retrospective.

For example:

enter image description here

URL format Example:

https://dev.azure.com/orgname/projectname/_apps/hub/ms-devlabs.team-retrospectives.home?teamId=teamid&boardId=boardid

On the other hand, you can ask users to manually sign in Azure DevOps and check if they can see the retrospective board on Azure DevOps UI. In this case, you can make sure that they have enough permission to the retrospective board.

Related