Hi,
I'm trying to add a custom field value near to the Issue Summary (on the top left of the issue's details page) and I've found the following link explaining how to do that:
https://confluence.atlassian.com/display/JIRA040/Adding+Custom+Field+to+Issue+Summary
Accordingly to that link I was looking for the file issuesummary.vm in the path WEB-INF/classes/templates/jira/issue/summary/ but I can't find it.
On our Jira setup (6.1.8), the path WEB-INF/classes/templates/jira/issue/summary/ contains only these directories:
field
searchers
table
Where can I find issuesummary.vm file?
Thank you in advance for your help
Arianna
This is on the old version. In newer versions of JIRA, this has to be done inside a bundled plugin. A similar requirement is explained at http://www.j-tricks.com/tutorials/modifying-atlassian-bundled-plugins. Hope it helps.
If it is not too critical, I wouldn't recommend doing it because it is harder to maintain the bundled plugin than editing a velocity template. More pain during upgrades!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin,
thank you very much for your answer! I'll try to avoid to make any changes inside the plugin... I agree that it would be hard to be maintained!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin,
another question: is the procedure the same if I would like to add a custom field column to the Link panel?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For link panel yes. For subtasks, you can add fields using advanced properties.
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.