Hi,
As a part of UI customisation in JIRA 6.1.6, we need to hide all the tabs(i.e Comments, worklog, history,activity,commits,source,reviews) except tab "All". We then need to rename "All" to "Notes".
The motive is to consolidate all tabs into one "Notes" tab.
I have written js code which simply hides all the divs by their id and renames the "All" tab.
I have pasted it to viewissue.jsp file, but it does not seem to be working.
Please suggest if i need to use the script elsewhere , so that it may be reflected in View Issue screen.
Thanks!
You can inject the javascript into the view context by writing a plugin. Or add it in the velocity templates in the view issue bundled plugin.
But an easier approach might be to disable the plugin modules and rename the "All" tab using the "In-Product Translations" plugin.
Having said that, I do not recommend this approach because loading the "All" tab everytime will have slightly negative impact on user experience as it will take more time to load the page. And it will be cluttered!
Just step in to show the Feature Request created related to this:
Create a custom tab in JIRA issue view
It will help a lot if we can create a "custom" tab in the Activity session of the Issue View, so we can define which information is important to show to the customer or not.
Hope it helps.
Cheers,
Andre
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.