Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change System Dashboard name

Toomas Adson
Contributor
October 27, 2022

Our organisation is using Sytem Dashboard for default users. THe name  "System Dashboard" is confusing to (non IT) users. The plan is change the string in JAR file, but for that I need to know where it is located? Is it in language pack <tt>atlassian-jira/WEB-INF/lib/</tt>language_xx_XX.jar.   or is it somewhere else?

1 answer

1 accepted

0 votes
Answer accepted
Seifallah Bellassoued
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.
October 28, 2022

Hello @Toomas Adson

 

  1. "Sytem Dashboard" is not a i18n word in Jira. It means that if you are using an other language than english, the word "Sytem Dashboard" doesn't change.
  2. Dashboards are portalpage objects that are stored in DB
  3. To change "Sytem Dashboard" name you need to execute this SQL on your database.
    UPDATE "portalpage" SET pagename = 'NEW NAME' where id = 10000;

 

Regards,

Seif,

Toomas Adson
Contributor
October 31, 2022

Thank you, it did worked.

Like Seifallah Bellassoued likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events