79667145

Date: 2025-06-16 06:46:57
Score: 2
Natty:
Report link

Open the browser network tab and look at user suggestions when you're adding a mention comment on a Bitbucket PR.

Posting a mention comment

Request - https://bitbucket.org/gateway/api/v1/recommendations

{
    "recommendedUsers": [
        {
            "entityType": "USER",
            "id": "xxxxxxxxxxxxxx",
            "name": "John Doe",
            ......
        }
    ],
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manuka Prabath