You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi community,
I'm new here but have a problem and need a help from you.
I´m a Jira administrator and when create a new dashboard as like a system dashboard or select from other user, the body of dashboard almost disappears (as like the bottom goes up - images attached) , this is happening with all users, the all dashboards created before are working but we we create a new one has the same problem. I tried to change from private dashboard, try to share to public and nothing change. This is a problem because all users have the same problem on theirs new dashboard, in my opinion some java css disappears in some place :(.
Thanks for all!
Images:
I think its the banner that is causing the issue. Check you might have some HTML tags open. Or else remove the banner and check.
Hi Suhas Patil,
I already tried this action with no results, the problem only occurs on the presentation of dashboards.
When I delete the dashboard created , the default dashboard came back normally.
images:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using a reverse proxy/loadbalancer (Apache or NginX)? In that case, make sure there is communication open between the Application server and the load balancer (App server to Load balancer). Because dashboard gadgets send requests to Jira through load balancer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dashboards to load correctly, you also need to import the certificate into Jira's truststores as explained here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, we are not using reverse proxy/ loadbalancer and the ssl certificate are ok. Do you know what path inside Jira ´s installation or application data are responsible for formatting dashboard´s pages, may be some file are corrupted or missing. Thanks for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you including any third party plugin gadgets on your personal dashboard? have you tried keeping the same gadgets as the system dashboard? then check if the problem persists.
Another thing you can check is if there is any browser extension that is messing up with your dashboard. I have seen some issues with extensions like Grammerly in the past but not exactly this type of issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Suhas Patil, Thank you for your return, but the dashboard that I´m trying to create is the system board by default , no new gadget or plugins inside the default and my browser don't have any extensions :-( . May be some user install a wrong plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its clearly some third party javascript components are interfering with Jira's own js components.
Try starting Jira in SAFE mode i.e. disabling all user-installed plugins. You can find that option in Add-ons >> Manage Add-ons, at the bottom of the page. If it works fine in safe mode, then its clearly some plugin. Then you can start enabling plugins one by one to find the culprit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.