Past Incidents

roxanne.corrieri July 28, 2021

Hi All, I'm looking at ways to streamline a status page so that it only shows open incidents. I want to remove the past incident history feed at the bottom of the page. 

Has anyone done this, and how is it done please? 

2 answers

2 votes
Nick Coates
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2021

Hi @roxanne.corrieri 

Welcome to the Atlassian Community!

You will need to be on a plan that allows you to customize the CSS and then include the following code (we have past incidents removed across all of our pages here at Broadcom):

.incidents-list{
display:none;
}

Your page needs to be on Startup or higher plan in order to make CSS customizations.

Hope this helps.

Thanks,
Nick

1 vote
roxanne.corrieri July 28, 2021

AH seen this has been asked recently! Should of looked harder. 

Looks like its not possible out of the box and this is the go-to article:  https://support.atlassian.com/statuspage/docs/css-and-javascript-snippets-for-customizations/

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events