Hello everyone,
I extended the user interface with the help of the guide below but I don’t see what the Tab Panel target page should look like. I made a standard html page with a input field and included the all.js but in Jira it just loads until a error notification pops out which tells me to reload the page.
https://developer.atlassian.com/cloud/jira/platform/extending-the-user-interface-with-connect/
https://developer.atlassian.com/cloud/jira/platform/modules/project-admin-tab-panel/
"jiraProjectAdminTabPanels": [
{
"location": "projectgroup2",
"url": "/project-config-contacts",
"weight": 100,
"name": {
"value": "Ansprechpartner"
},
"key": "project-config-contacts"
}
]