We have a master list of customers contained in SQL. I have created a custom field and populated this within Jira using script runner to import the values. However, is it possible to update this list by updating the data at the database level without having to kick this off within Jira?
should be possible to customfield and customfieldvalue but not recommended. https://developer.atlassian.com/display/JIRADEV/Database+Schema#DatabaseSchema-Customfields
You would need to increase the sequence_value_item table for the customfieldvalue. Otherwise, there could be duplicate entry constraint: https://confluence.atlassian.com/display/JIRAKB/Duplicated+Entry+-+Unique+Constraint+Violated
Another tool would be JIRA CLI that can use to set field value: https://studio.plugins.atlassian.com/wiki/display/JCLI
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.