How to customize all Jira login screens/gadgets?

Nicolas Kreft April 3, 2019

Hi,

 

I've modified the Jira login gadget as described here:

https://confluence.atlassian.com/jirakb/how-to-customize-the-login-gadget-225122084.html

 

Now when opening the "main URL" ("/" in my case), the https://JIRASERVER/secure/Dashboard.jspa URL is opened and the change I made to the login.soy file is visible there (added a link).

 

However, when clicking "Log in" in the upper right corner (or clicking "Log in again" on the logout page), the user is taken to a different URL: https://JIRASERVER/login.jsp

On that URL, the changes made to login.soy are not visible.

 

How can I change that login screen also?

 

1 answer

1 accepted

0 votes
Answer accepted
Diego Baeza
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 3, 2019

Hello!

 

You will have to modify the jsp file in your JIRA install.

<INSTALL FOLDER>/atlassian-jira/includes folder contains loginpage.jsp, loginform.jsp, login.jsp

 

Check this doc. in order to update/modufy the JSP file

https://community.atlassian.com/t5/Answers-Developer-Questions/How-to-add-or-modify-JSP-with-JIRA-7/qaq-p/501419

Nicolas Kreft April 3, 2019

That worked, thanks a lot.

 

Edit: Forgot to add, I'm using Jira 7.12.1

Like Diego Baeza likes this

Suggest an answer

Log in or Sign up to answer