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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,533
Community Members
 
Community Events
184
Community Groups

Is it possible to have users only se the status of a component group?

James Parkin
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!
Mar 17, 2023

I'd like to be able to give some public users the ability to see only the status of a component group and not be able to expand the group to see the status of the actual components.  

I'd like our customers to be able to see that we have a problem impacting an element of our service, but I don't need them to see which component it is that it impacting them.

I'm sure you used to be able to do this.

1 answer

0 votes
Egor
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 22, 2023

Hey James,
Thanks for reaching out to Atlassian Community! 

I'm afraid that it won't be possible to implement such a thing on a public page. 
Using our Audience-Specific page type, you can define what users can see based on their groups. Please see https://www.atlassian.com/software/statuspage/audience-specific-pages 

For the public page, with Component Groups, when a child component is in a non-Operational state, the default behavior is for the group to expand on the page and show all child component statuses. If someone wants to keep the component group collapsed, they can use one of the following in the Custom header HTML. This relies on a timer set to 0.

<script>
$(function() {
setTimeout(function () {
$('.is-group.open > .component-inner-container').click()
}, 0);
});
</script>

It won't hide your components, but at least it won't automatically expand. 

You can also try to hide components by using page customizations. Here are a few examples that can help you - https://support.atlassian.com/statuspage/docs/css-and-javascript-snippets-for-customizations/ 

I hope this helps. 

Best Regards,

Egor

Suggest an answer

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

Atlassian Community Events