I’m creating an organization panel and adding it to my manifest, but i cannot get it to display anywhere.
manifest entry:
jiraServiceManagement:organizationPanel:
- key: settings
resource: app
title: Organisation Settings
resolver:
function: resolver
i’m looking on the “Directory” “Organisations” tab, but there is also an older looking view in Project settings with the option. I dont see anything in either place.
If I simply change it to a portalFooter as a test:
jiraServiceManagement:portalFooter:
- key: settings
resource: app
title: Organisation Settings
resolver:
function: resolver
and do my deploy, i instantly see the image on the portal, so there is nothing wrong with the actual resource, general app config etc. Am I looking in the wrong place? The screenshot in the forge docs is possibly out of date now unless its from another area.