Skip to main content
Cristina
Helper ⭐️⭐️⭐️
February 1, 2021
Tutorial

How to embed the Atlassian Status page on your community

  • February 1, 2021
  • 11 replies
  • 2090 views

As much as our organizations are trying to prevent incidents from affecting the service we’re offering, they cannot be entirely avoided. To keep customers informed about any performance issue of your product or service, you are probably using a Status page to which your customers are subscribed. 

However, email inboxes can become quite busy and such a notification could get lost in there. Moreover, the community is at the centre of your communication with customers, so why not push any Status notification on the community automatically? In this tutorial, we’ll show you how.

How to embed the Atlassian Status page

  1. Login to Status page admin environment
  2. Navigate to Status Embed (In the Status Page admin environment from where incidents are created)
  3. Pick an option to embed: default embed or a custom embed.
    1. For the default embed, you can customise the position of the embed and the colours of the messaging.
  4. Click “Copy code” (at the bottom of the page)
  5. Login to inSided Control and navigate to Customization → Third-Party Scripts
  6. Paste the code that you just copied into the After <Body> section, then click Save changes
  7. Test that your status embed is deployed with the following steps
    1. Open the community front-end
    2. Right-click the page and click Inspect (Chrome)
    3. Navigate to the tab Console
    4. Paste the following code statusEmbedTest() 
      Test the embed code in your Console

       

 

Are you using a different vendor for your Status page? Then we would love to hear from you if that vendor has the embed option as well, and how it’s being done. Maybe other community-owners are working with the same vendor → sharing is caring :hugging:

11 replies

Daniele Cmty
Helper ⭐️⭐️
August 22, 2022

Nice! We’re going to try this out

Daniele Cmty
Helper ⭐️⭐️
August 29, 2022
  1. Pick an option to embed: default embed or a custom embed.
    1. For the default embed, you can customise the position of the embed and the colours of the messaging.

 

 

@Cristina What’s the difference between default embed and custom embed? It’s not clear from the description

Does inSpired use the custom or default embed?

Daniele Cmty
Helper ⭐️⭐️
August 29, 2022

OK, I managed to find the answer after our colleague from IT showed me the Atlassian backend (I didn’t have access myself).

 

For anybody interested, here is the difference.

Default embed is the one used by inSpired (and visible in this example).

 

Custom embed is the following:

 

 

Maayan K
Contributor ⭐️⭐️⭐️⭐️
October 31, 2022

@Cristina  hope you can help with this, we integrated the status page and currently we have an update live for a long time (similiar to your updated regarding spam rules) and it pops up when i enter community and then i click X and it goes away BUT 5 minutes later it pops back up which is a bit too much is there any way to control the frequency of pop ups? Thanks!

 

In the sweet spot between Tech & Biz I ride
Daniele Cmty
Helper ⭐️⭐️
November 2, 2022

Hi @Maayan K we have the same issue, and as you can see even inSpired has the same issue right now.
Must be a problem on Atlassian’s side.
I haven’t contacted them though.

brom.stevens
Contributor ⭐️
July 7, 2023

Sorry to resurrect this, but I was unable to get this working because the community is HTTPS and the status page is HTTP. Is there a way to mark the HTTP address as considered safe in InSided?

brom.stevens
Contributor ⭐️
July 8, 2023

Sorry to resurrect this, but I was unable to get this working because the community is HTTPS and the status page is HTTP. Is there a way to mark the HTTP address as considered safe in InSided?

Nevermind; I ended up finding a workaround by utilizing our statuspage.io subdomain. It looks like this: https://<subdomain>.statuspage.io/

 

davetee
Helper ⭐️
August 11, 2023

Hi @Cristina -

Status.io also has an embeddable status widget. Have you seen this implemented on DH?  I’m trying to implement it on our sandbox but no success yet. 

https://kb.status.io/miscellaneous/status-widget/

davetee
Helper ⭐️
August 14, 2023

@Cristina  - I was able to get the Status.io embed code working. It’s subtle. 

 

 

Contributor ⭐️
November 30, 2023

@Cristina  - I was able to get the Status.io embed code working. It’s subtle. 

 

 

@davetee Would you mind sharing how you made this work?