Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Is there any way to populate a custom field of type select using a CSV?
Basically what I have is an excel file (which can be easily converted to CSV or something similar) from which I want to populate a Select list. Based on the value selected, I want to populate 2 other fields (read only). The DBCF Field gets me very close to this. But instead of having to query a database can I look up values from a CSV file available on the Jira server?
Take a look at this page, which describes how to retrieve data from CSV files using Database Custom Field and the text tables feature of hsqldb:
http://confluence.kepler-rominfo.com/display/DBCF/Retrieving+Data+From+CSV+files
Kind Regards,
Alex
Hello Salman,
At the moment a database custom fied can be populated only from a database. The workaround would be to import your file into a database table and use that database to configure the database custom field.
Maria
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.