Can I change menu titles?

jessica beasley August 12, 2013
The current menus are Projects and Issues and I would like to change them to Tickets and Tasks. How can I do this?

2 answers

0 votes
Deleted user August 12, 2013

Try change in the /atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action/JiraWebActionSupport.properties

0 votes
Nadir MEZIANI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2013

Hi,

I think that you can do it like this:
1. in this directory jira_home\atlassian-jira\WEB-INF\lib
2. decompress the jar file that you want (luanguage used) example language_en_US.jar
3. in this file .proprties language_en_US\com\atlassian\jira\web\action\JiraWebActionSupport_en_US.properties, make your changes
Projects =Tickets and Issues with Tasks (all key with values projects and issues)
4. compress this file and replace the old file with the new file (with changes changes)
5.restart jira

Good luck

Suggest an answer

Log in or Sign up to answer