Hello everyone,
We ran into this problem. In our product we have 2 web items in the jira sidebars. No matter which one we click, the result is that always the first one is highlighted.
URL: https://xxxx.xxxx.xxx/projects/xxx?selectedItem=xxxxx__item-1
URL: https://xxxx.xxxx.xxx/projects/xxx?selectedItem=xxxxx__item-2
Below is the part of atlassian-connect.json file for these sections.
"webItems": [
{ "key": "item-1",
"name": { "i18n": "item-1", "value": "item-1" },
"url": "/projects/{project.key}?xxxxxx__item-1",
"location": "jira.project.sidebar.plugins.navigation",
.....
{ "key": "item2",
"name": { "i18n": "item2", "value": "item2" },
"url": "/projects/{project.key}?xxxxx__item-2",
"location": "jira.project.sidebar.plugins.navigation",
}]
Thank you in advance.
Kind Regards,
Philip