I personalized the sidebar by putting HTML code in the sidebar.
However, there is a difference from the existing sidebar, which means that the child page does not expand automatically when the parent page is pressed.
After all, you need more clicks to access your child's page.
Please tell me how to open the child page automatically when I access the parent page.
Welcome to the Atlassian Community!
You'll need to write javascript that can effectively "click expand" as the page loads. This is probably not a good idea - it's not easy to do, and it's not going to be reliable.
A better idea would be to write an app to present what you need - you can have full control over that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.