We recently moved our Azure DevOps Server instance to another server, changing its public URL. Because of this, any links/images in Pull Request comments are still pointing to the old URL.
I have written C# code to use the API to change the comments (UpdateCommentAsync), but it gives me the error:
Cannot update comment. Only the comment author and project admins can edit a comment.
But I am a project admin, and it still does not work...
Is this a bug, or do I have to set some property to override this behavior?
Using Microsoft.TeamFoundationServer.Client, 16.183.0-preview