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,
How to remove the header and footer of the report with information about jira?
When unloading filter information from Jira to an excel file, we need to leave only the filter information.
If there are no settings in jira, is it possible to create them?
Ok, great, that link leads to an export that is built by a load of template files embedded in the code in your Server.
You cannot configure the header and footer out of the exports, they're hard-coded, but if your admins are happy to make (unsupported, but safe) changes to your installation, then you can get rid of them.
Somewhere in your installation you'll find a couple of files with names like "search excel header".vm (I can't remember precise names or location, but probably under <install>/webapp/WEB-INF/classes/templates somewhere).
You can edit these (keep a backup copy somewhere safe!) and remove the lines that are spitting out the header and footer lines.
Again, totally from memory:
Leave in the first line which will say something about disabling html escaping in both files.
For the footer file, you should be able to just remove the single table in there, leaving only the first and last line ( </body> ).
The header is a bit more complex, you'll need to keep the first chunk of it, as the export needs the xml definitions and styles to make the file valid, and I'd recommend leaving in the bit that says "if no issues, tell the user the file is deliberately empty". Like the footer though, there's a table which generates the lines you want rid of - get rid of the whole table.
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.
What export/download from Jira are you using to get the file from it?
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.