Importing CSV fields as entity properties

Hi all, I am currently developing an add-on for a JIRA Software Cloud instance, and I need to import some values from a CSV file. My idea was to store those values as entity properties in JIRA, but I saw that JIRA only supports issue fields importing. Is there any way to import values to entity properties directly from JIRA?

You’d have to make your Atlassian Connect add-on import the CSV file, and then use Jira’s REST API to populate the entity properties on the relevant Jira issues.

1 Like