Hi Team,
Can we import issues using the Rest API call for csv import?
Essentially, the goal is to dynamically update custom field values in Jira based on database changes. While no direct solution exists within Jira, we're considering an alternative approach. The plan involves storing updated values in a CSV file on cloud platforms like Azure or Google Sheets. Subsequently, the REST API will be leveraged to read this CSV file and create new Jira issues with the new custom field values. This way want to dynamically add values to the fields. If we have any alternate solution please suggest. Thank you