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
https://marketplace.atlassian.com/apps/1210932/cute-for-jira?hosting=server&tab=overview may be worth a look for you.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Madhu Reddy,
Have you checked out some of the admin options that are already available in Jira Server to do this:
You might not need anything additional.
I hope that helps!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.