You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a sonarcloud integration that posts comments with 'inline' status icons on pull requests.
To get live notifications in Teams, I've subscribed to new comments in the repo.
To Reproduce
Steps to reproduce the behavior:
in the teams integration subscribe to comments on a repo with sonarcloud integration enabled.
Expected behavior
A comment in Teams that looks like the original comment:
or alternatively:
A comment stripped of the images, so it becomes a reasonable length
Actual Behavior
A comment in teams with 11 full-width broken image placeholders.
this makes the comment annoyingly long to scroll past.
Desktop (please complete the following information):
OS: Windows 11
Teams new desktop client.
Additional context
From the Teams about box:
Teams-version: 23257.2618.2432.4374.
Client version: 49/23091420225.
Raw source of the sonarcloud comment (when edited in the Github UI)
I think this is due to the inability to load any images in PR, issues, comments, etc., in the private repository. The images needs valid JWT tokens in order to be loaded successfully.
The question is, if we've authorized the app to access our repos, why is it unable to obtain the valid JWT token to load the images?
Describe the bug
We have a sonarcloud integration that posts comments with 'inline' status icons on pull requests.

To get live notifications in Teams, I've subscribed to new comments in the repo.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A comment in Teams that looks like the original comment:
or alternatively:
A comment stripped of the images, so it becomes a reasonable length
Actual Behavior
A comment in teams with 11 full-width broken image placeholders.
this makes the comment annoyingly long to scroll past.
Desktop (please complete the following information):
Additional context
From the Teams about box:
Teams-version: 23257.2618.2432.4374.
Client version: 49/23091420225.
Raw source of the sonarcloud comment (when edited in the Github UI)
The text was updated successfully, but these errors were encountered: