Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-9984

As an administrator, I want to remove the "Contact Support" link from the Login screen and the footer in general

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 6.2.0
    • Administration
    • None
    • We collect Bitbucket 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

      Problem Definition

      End users (usually non Administrators) raise support request because they cannot log in to Bitbucket Server.
      Local Administrators expect the users to get in touch with them to resolve log in issues.

      Since Atlassian does not manage these instances, these requests should be directed to the company's support instead.

      Suggested Solution

      Provide a solution to easily change the "Contact support" link to direct the requests to the internal support.

      Workaround

      It's possible to manually change the global footer template to hide the support links from the footer. Do note changing templates is not supported however, and the templates reside in the installation folder, and if you upgrade you will need to perform the same change again on the subsequent installation directory

      To hide the links, the steps are as follows:

      1. Open $BITBUCKET_INST/app/static/bitbucket/internal/webpanels/global-footer.soy in a text editor
      2. Locate the following section:
      3. <ul>
                <li>{productFullName()} <span title="{$hash}" id="product-version" data-commitid="{$hash}" data-system-build-number="{$systemBuildNumber}"> v{$buildVersion}</span></li>
                <li data-key="footer.links.documentation"><a href="{bitbucket_help_url('bitbucket.help.default')}" target="_blank">{getText('bitbucket.web.global.footer.links.documentation')}</a></li>
                <li data-key="footer.links.contact.support"><a href="https://support.atlassian.com/contact" target="_blank">{getText('bitbucket.web.global.footer.links.contact.support')}</a></li>
                <li data-key="footer.links.jac"><a href="https://jira.atlassian.com/browse/BSERV" target="_blank">{getText('bitbucket.web.global.footer.links.jac')}</a></li>
                <li data-key="footer.links.about"><a href="{nav_about()}">{getText('bitbucket.web.global.footer.links.about')}</a></li>
                <li data-key="footer.links.contact.atlassian"><a href="http://www.atlassian.com/company/contact/" target="_blank">{getText('bitbucket.web.global.footer.links.contact.atlassian')}</a></li>
        </ul>
        
      4. Comment out this section like so:
        /*
        <li data-key="footer.links.documentation"><a href="{bitbucket_help_url('bitbucket.help.default')}" target="_blank">{getText('bitbucket.web.global.footer.links.documentation')}</a></li>
                <li data-key="footer.links.contact.support"><a href="https://support.atlassian.com/contact" target="_blank">{getText('bitbucket.web.global.footer.links.contact.support')}</a></li>
                <li data-key="footer.links.jac"><a href="https://jira.atlassian.com/browse/BSERV" target="_blank">{getText('bitbucket.web.global.footer.links.jac')}</a></li>
                <li data-key="footer.links.about"><a href="{nav_about()}">{getText('bitbucket.web.global.footer.links.about')}</a></li>
                <li data-key="footer.links.contact.atlassian"><a href="http://www.atlassian.com/company/contact/" target="_blank">{getText('bitbucket.web.global.footer.links.contact.atlassian')}</a></li>
        */
        
      5. Restart Bitbucket Server

      Once you've restarted the links should not appear anymore.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ccurti Caterina Curti
              Votes:
              4 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: