-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link from MS Teams notifications to report don't work #7614
Labels
Bug
Something isn't working
Comments
4 tasks
fniessink
added a commit
that referenced
this issue
Jan 4, 2024
…rks for new notification destinations. Please recreate existing notification destinations in *Quality-time* to get correct links in MS Teams notifications. Fixes #7614.
fniessink
added a commit
that referenced
this issue
Jan 4, 2024
…rks for new notification destinations. Please recreate existing notification destinations in *Quality-time* to get correct links in MS Teams notifications. Fixes #7614.
fniessink
added a commit
that referenced
this issue
Jan 4, 2024
…rks for new notification destinations. Please recreate existing notification destinations in *Quality-time* to get correct links in MS Teams notifications. Fixes #7614.
fniessink
added a commit
that referenced
this issue
Jan 5, 2024
…rks for new notification destinations. Please recreate existing notification destinations in *Quality-time* to get correct links in MS Teams notifications. Fixes #7614.
fniessink
added a commit
that referenced
this issue
Jan 5, 2024
…rks for new notification destinations. Please recreate existing notification destinations in *Quality-time* to get correct links in MS Teams notifications. Fixes #7614.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
MS Teams changes the URL in the notification to the report into something that doesn't work.
To Reproduce
Steps to reproduce the behaviour:
The URL in the notification seems to be a URL to the notification itself instead of back to Quality-time.
Expected behaviour
Clicking the notification URL should open the Quality-time report.
Possible solution
Use
msg.addLinkButton(btn_text, btn_link)
See https://github.com/rveachkc/pymsteams#add-a-link-button.
Reported by @Sebastiaan127001
The text was updated successfully, but these errors were encountered: