Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-3631

Option to hide groups on the profile pages

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      It would be nice to have an option to hide the group list on the profile page (from other users). Our employees often work on many projects and clients should not have any clue about other projects than their own.

      We now patch the user_summary_pane.jsp with the diff below, but an option for it would save us the trouble.

      @@ -36,7 +36,7 @@
      </td>
      </tr>

      • <webwork:if test="groups && groups/size > 0">
        + <webwork:if test="/user == /remoteUser && groups && groups/size > 0">
        <tr>
        <td valign=top>
        <b><webwork:text name="'common.words.groups'"/>:</b><br>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              c8e50cd64909 Teemu Matilainen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: