Hi,
I'm using JIRA 5.1.7 build 786 for my bugtracking purposes and I have a number of tickets labeled with, say, 'Label_A'. Now I'd like to rename the label to 'Label_B'. As far as I understand there's no way to do it using Jira UI, so I thought changing the backend data dictionary would do the trick. I'm using PostgreSQL as the backend, so I stopped Jira, logged in to PostgreSQL using pgAdmin and updated the public.label table, effectively replacing all 'Label_A' with 'Label_B'.
However, having started Jira back again, I saw that there's still 'Label A' listed on my project's Labels tab, moreover, it behaves like it's actually there, i.e. an advanced search with WHERE clause like this:
project = PRJ and labels = Label_A
still returns all the tickets that were previously labelled with LabelA, but if I click on any of the search results the ticket then shows correct current label (LabelB).
So the question is - what did I miss? How can I correctly rename a label in the data dictionary? Is there some kind of cache I have to fluch before Jira recognizes my changes?
You have to reindex here: /secure/admin/IndexAdmin.jspa
https://confluence.atlassian.com/display/JIRA/Search+Indexing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
rflagg from AMR?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, yeah I should have asked if there were other labels. I do wish there was a way to bulk add labels (instead of current bulk replace labels functionality)...
:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, I used bulk adding a label once and it removed all existing labels, so since then I didn't even consider doing it again :) However, I think you're right, in this case that might've helped me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just curious - why didn't you use bulk edit to change the label?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.