Forums

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

How can I rename a theme in greenhopper

Stephane Renou
Contributor
January 11, 2012

I am using epics/theme implementation providing some themes names as I did not enjoy setting JIRA ID when assigning a story to an epic.

I would need to rename some of my themes or fix some spelling errors, is there any easy way to achieve this?

1 answer

1 accepted

0 votes
Answer accepted
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 11, 2012

Please use the following workaround:

1. Backup JIRA for rollback purposes

2. Shutdown JIRA

3. Search for the affected entries in the database:

SELECT * FROM label WHERE LABEL='<the_problematic_name>' AND FIELDID=(SELECT ID FROM customfield WHERE cfname='Epic/Theme');

4. Change the content of the name:

UPDATE label SET LABEL='<the_correct_name>' WHERE LABEL='<the_problematic_name>' AND FIELDID=(SELECT ID FROM customfield WHERE cfname='Epic/Theme');

5. Restart JIRA

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, loom, AI, meeting recording, community

[NEW] Record your meetings with Loom

Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.

Learn more
AUG Leaders

Atlassian Community Events