Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Web item not highlighted when clicked

Philip Kasapov
Contributor
April 23, 2019

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

 

sn1.PNG

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

 

0 answers

Suggest an answer

Log in or Sign up to answer