Hello everyone,
I am currently working on a app to extend the Project Admin Tab Panel, which I got succesfully to show up in my project settings page but the location seems to not work for me. I also tried mutliple weight values with the location but it always stays at the same spot. The button “Ansprechpartner” should be between the Details and People Button.
Can someone help me?
"jiraProjectAdminTabPanels": [
{
"location": "projectgroup2",
"url": "/project-config-contacts",
"weight": 100,
"name": {
"value": "Ansprechpartner"
},
"key": "project-config-contacts"
}
]