We are using Jira server on prmices producct.
I have updated the customfiled dropdown value from backend .
.i.e I have updated it in jira posgresql database of our Jira server.
The updated custom field value wont changed if we chagek same jira issue on Jira UI.
What are other link o r table used to show dropwon on Jira UI other than following talble.
1.Customfield.
2.Customfieldvalue.
3.CustomfieldOptionvalue.
Thanks in Advance.
Regards
Rahul shinde.
You should not change custom field options directly from database tables. Prefer using REST API so that Jira can update the database as well as the indices.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.