Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Scheduled Messages

Neil Atkin June 6, 2024

I want to display a message on status page at the same time every day, but only then.

Scheduled Maintenance will immediately display a message about the maintenance thats ahead so thats not suitable.

Is there a way to do this?

2 answers

0 votes
Emma Kelly
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 19, 2024

Hi all

I have the same question, but the error I am getting is different! I am looking forward to solve this problem.

0 votes
Kevin Patterson June 7, 2024

Hi Neil,

is the message you are looking to display static text? 

If it is a static message One way to solve this would be to leverage the Customize HTML/CSS feature of statuspage. Using this method you will need to add the static message to the custom html header section of the page, it can looks something like below:

<div id="timedMessage" style="display:none; text-align:center; padding: 10px; background-color: #ffffff;">

    "Your display message here"

</div>

 

Next you will need to add a javascript that will handle the visibility of the message inside of your timedMessage div above into the custom footer HTML section of the screen. This should give you what you are looking for.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events