JIRA Addon Dropdown Menu not responsive

Deleted user September 5, 2017

Hey guys,

The problem I am having is that I have created a JIRA addon that shows up on the navbar as a dropdown menu and that works fine. Once a section is clicked, the user is redirected to the appropriate page. However, if the viewport is less than 1091, the responsiveness of JIRA breaks the links and they are no longer visible. 

Here are the modules in my addon descriptor: 

"modules": {
"webItems": [
{
"name": {
"value": "KITT Dev"
},
"location": "system.top.navigation.bar",
"url": "/",
"key": "kitt-dropdown-dev"
}
],
"generalPages" : [
{
"name": { "value": "Work Plan" },
"url": "/work-plan",
"key": "work-plan",
"location": "kitt-dropdown-dev/kitt-dropdown-section",
"weight": 1
},
{
"name": { "value": "Project Summary" },
"url": "/project-summary/{issue.key}",
"key": "project-summary",
"location": "kitt-dropdown-dev/kitt-dropdown-section",
"weight": 2
},
{
"name": { "value": "User Stories" },
"url": "/user-stories",
"key": "user-stories",
"location": "kitt-dropdown-dev/kitt-dropdown-section",
"weight": 3
},
{
"name": { "value": "Cloning" },
"url": "/cloning",
"key": "cloning",
"location": "kitt-dropdown-dev/kitt-dropdown-section",
"weight": 4
},
{
"name": { "value": "Upkeep" },
"url": "/upkeep",
"key": "upkeep",
"location": "kitt-dropdown-dev/kitt-dropdown-section",
"weight": 5
},
{
"name": { "value": "Timesheets" },
"url": "/timesheets",
"key": "timesheets",
"location": "kitt-dropdown-dev/kitt-dropdown-section",
"weight": 6
}
],
"webSections": [
{
"name": { "value": "Sections" },
"location": "kitt-dropdown-dev",
"key": "kitt-dropdown-section"
}
]
}

Any help or advice would be greatly appreciated.

Thanks! 

 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events