You can muck with the velocity template that controls that.
In JIRA 4.4.3, edit the atlassian-jira-4.4.3-standalone/atlassian-jira/WEB-INF/classes/templates/plugins/userprofile/details-profile-fragment.vm
Find this section:
#if($groups) <dl> <dt>$i18n.getText('common.words.groups'):</dt> <dd class="description"> #foreach($group in $groups) $textutils.htmlEncode($group)<br/> #end </dd> </dl> #end
Replace $groups with 1==0
Restart JIRA.
Thanks Tim, that got us close but with a couple errors.
The solution for us was to delete that entire chunk of code, from “#if($groups)” to “#end” (including those lines)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aww shucks. Was trying to be all fancy like. That works too for obvious reasons :P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This solution no longer seems to work in later versions of JIRA. Does anyone know how to accomplish this in 6.x versions of JIRA?
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.