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.
My team feels that Jira is having a Very Basic look and feel.
Is there any Theme addons available to configure Jira Software look and feel.
Or any Suggested way to Add HTML and CSS styles would be helpful for us.
Suggestions Please.
Thanks
Madhu
Hi @Jimmy Seddon, I have seen that where we only have options lo add colours to Buttons and top navigation bars.
Is there anything related to Side navigation bars and Project settings and I would lime to add background colors and images to All pages.
Thanks
Madhu
Hi @Madhu Reddy,
I'm not aware of anything that is able to do what you are requesting, and a quick search on the marketplace doesn't return any results.
Sorry I can't really offer much more help.
-Jimmy
Hi there,
To apply custom JavaScript/CSS it is usually recommended to use "Announcement banner" - reason is that this loads on each page in Jira.
So for example we would have .js .css files stored on the file system, and just source them in the announcement banner easily with:
<link type="text/css" rel="stylesheet" href="/atlassian/jira.css" media="all">
<script type="text/javascript" src="/atlassian/jira.js"></script>
If that is not enough then apart from the Look and Feel as Jimmy suggested, you likely might need to modify some source files to do it (https://docs.atlassian.com/aui/) - but I for one really do not see this as a good option at all - let alone maintaining that whenever you do an upgrade.
I would kinda think that there should be a plugin out there to manage all the custom settings though, but not sure either.
Good luck,
//R
https://marketplace.atlassian.com/apps/1210932/cute-for-jira?hosting=server&tab=overview may be worth a look for you.