How can I contact the page that loads if I click the 'Contact Administrators' link at the footer?
I'm using JIRA 3.13.
I think you can customize it either in /atlassian-jira/WEB-INF/classes/actions.xml:
<action name="Administrators" alias="Administrators">
<view name="success">/views/administrators.jsp</view>
</action>
Or actually customize the file /atlassian-jira/views/administrators.jsp.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.