Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Copy the JAR to your WEB-INF/lib folder.
  2. Modify the file /secure/admin/user/views/userbrowser.jsp to get a UI 'SU' link. Find the following:
    Code Block
    typexml
        <a id="projectroles_link_<webwork:property value="name"/>" href="<webwork:url page="ViewUserProjectRoles!default.jspa"><webwork:param name="'name'" value="name" /><webwork:param name="'returnUrl'" value="'UserBrowser.jspa'" /></webwork:url>"><webwork:text name="'common.words.project.roles'"/></a>
    

Jira 3.x - 4.1.x Add the following beneath it:

Code Block

   | <a id="su_link_<webwork:property value="name"/>" href="<webwork:url page="JiraSU.jspa"><webwork:param name="'name'" value="name" /></webwork:url>">SU</A>

h4 Jira 4.2

Code Block

Usage

Once installed, as a system administrator, go to the User Browser, you will find a SU link in the Operations column. Clicking SU will reset who you are to the given user, and return you to the Dashboard.

...