Can I disable or hide the heading of an admin page for a custom app?

Jaimish Ashar
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!
February 24, 2025

Screenshot 2025-02-24 at 5.11.46 PM (2).png


I have a custom app in which I've added an admin webSection called "Test app". This is a snippet from my atlassian-connect.json file:

"webSections": [
      {
        "location": "system.admin",
        "name": {
          "value": "Test app"
        },
        "key": "test-app",
      },
    ]
"modules": {
    "adminPages": [
      {
        "key": "test-app",
        "name": {
          "value": "Browse"
        },
        "location": "system.admin/test-app"
      }
]
}


Is there any way I can disable or hide the heading shown at the top of the page? 

The Jira equivalent of this is admin_plugins_menu and if you use that, it does not display the heading for every page. That's what I need. 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events