Hey guys, I'm seeing the Epic Name appear twice when creating and editing Epics. However, when I tried to remove one of the fields, I then couldn't create new epics (I got an error when submitting the form). Any idea what's going on?
The workaround when epic name appear to be duplicate in JIRA custom field.
1. Identify the custom field IDs of the two Epic Name fields from the JIRA instance.
2. Copy the id from this SQL query: "select * from propertyentry where entity_name = 'GreenHopper.properties' and property_key='GreenHopper.EpicLabel.Default.customfield.id';"
3. Paste the id here and run this SQL query again: "select * from propertynumber where id = <id>;"
4. The id will be your GH Epic Name custom field ID.
5. Since you have two Epic Name custom field and IDs respectively, you may try to delete the one which are not selected above.
Note: Before you proceed with this, please take a full backup of your instance in case something happen.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wish I knew! I contacted support, and they deleted the extra field. When I tried doing that, I just got an error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Lucky you,
I did not realize that you are using the JIRA OnDemand version.
I am currently struggling to solve the same issue on our self-hosted version...
Thx,
Jari
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.