You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
I try to setup MS Teams OpsGenie integration
flowing the V2 integration guide
1. MS Teams refuse to load the bot packages that are provided for download
getting
Error while reading manifest.json: "webApplicationInfo.resource" is required
2.There is osgenie app (bot) in MSTeams catalog that can be installed on channel and interacted with
but when trying to do @OPSGIENE setup xxxx-xxx...
the bot reply
No Microsoft Teams integration found with Api key [xxx-xxx....].
Integration exist on opsgiene side
what do i do wrong?
Unzip the file you downloaded.
Go to manifest.json and add the resource field under "webApplicationInfo". Should look like:
"webApplicationInfo": {
"id": <id>,
"resource": "api.eu.opsgenie.com/v2/alerts"
}
Or "api.opsgenie.com/v2/alerts" depending on your region.
Zip the files and load to Teams.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Loading the custom app (the zip-file) to MS Teams can be done by following the instructions here:
https://support.atlassian.com/opsgenie/docs/integrate-opsgenie-with-microsoft-teams-v2/
, under the "Adding Microsoft Teams to an Opsgenie account in EU service region" starting from step 5.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.