Updating PAT token not working

Template for a good new topic, formatted with Markdown:

  • ALM used (GitHub, Bitbucket Cloud, Azure DevOps) : Azure DevOps
  • CI system used (Bitbucket Cloud, Azure DevOps, Travis CI, Circle CI : Azure DevOps
  • Scanner command used when applicable (private details masked)
  • Languages of the repository : .net
  • Only if the SonarCloud project is public, the URL
    • And if you need help with pull request decoration, then the URL to the PR too
  • Error observed (wrap logs/code around with triple quotes ``` for proper formatting) : no error but not refreshing or showing any message when the PAT token is updated in organization level
  • Steps to reproduce :
  • go to Administration → organization settings → Azure DevOps connectivity management
  • paste new PAT token and click on update.
  • nothing happens when we press on update button. no page refresh or any messages
  • how to make sure that the PAT token is updated
  • Potential workaround

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

Hi,

I agree that this is sub-optimal UX, and will flag this internally for attention.

In the meantime, what you can do to make sure the update is “landing” is watch the Network tab of your browser console to make sure the request is successful.

 
HTH,
Ann

Hi @maneeshcdls,

Thank you for your feedback. It arrives just when we’re working on refactoring this menu (organization binding setting).
Just to be sure I understand your issue correctly: The PAT update does work but it doesn’t confirm the success in any way, correct?
If so, the new behavior does return feedback upon a successful PAT update. If you want to try it out, this setting is now located under:

Administration → Organization Settings → Organization binding

Thanks again and don’t hesitate if you have further feedback.

Best