Customizing JIRA Layouts Per Project

Question

Is it possible to apply unique styles per JIRA project? I want to embed a project in an iframe and hide the logo and toolbar. Are default templates available?

hey, i’ve tinkered with this before. its possable by customizing the css per project. default templates are a bit lacking, so you might need a custom workaround or plugin to hide the logo and toolbar. cheers!

I recently encountered a similar challenge when working on a project that needed a tailored interface within an iframe. I ended up diving into custom CSS using a plugin that allowed me to inject styles on a per-project basis. After some trial and error, I managed to hide both the logo and toolbar without affecting other projects. The default templates simply don’t offer enough flexibility, so investing time in a custom solution proved worthwhile. This approach, albeit a bit complex, ultimately provided the clean interface required for embedding.

In my experience, it is feasible to apply distinctive styles for each JIRA project, but it involves some customization. I implemented custom CSS through a dedicated plugin that allowed style injection on a per-project basis. This approach permitted me to remove unwanted elements such as the logo and toolbar when embedding the project within an iframe. Although default templates are not sufficiently flexible, creating a custom solution provided the necessary control over the appearance. The process did require additional effort, but it ultimately achieved the specific interface adjustments needed.

hey, i’ve tinkered with jira too. you can hide stuff by injecting custom css via a plugin. default templat isnt flexible enough, so a bit of custom work is a must. works for my embed hack, even if its a bit clunky

I have worked on a similar implementation in another project where embedding JIRA was a key requirement. I found that while JIRA’s default layouts are rigid, using a custom plugin to inject CSS made it possible to apply project-specific styles. This involved some trial and error to isolate the elements like the logo and toolbar that I wanted to hide. Although it did increase maintenance slightly, the custom approach offered the flexibility that out-of-the-box templates lack. I would recommend thoroughly testing in a development environment to ensure that custom CSS does not interfere with other project functionalities.