Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Does JIRA issue importer expose API to achieve bulk update existing issues?

Mengyao Wu CN
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 18, 2021

As far as I know there is no JIRA restful API support bulk update existing issues.

I know there is "importing data from json" feature, which requires Jira Administrators permission, and user need to upload the json/csv file trough the UI widget.

So is there any web API for this function? I need to upload json/csv programmatically.

1 answer

0 votes
Gaurav
Community Champion
November 19, 2021

Hello @Mengyao Wu CN 

Welcome to the community!!

For bulk update, there is no API available that will upload the JSON/ CSV programmatically. But a simple script in python or any other language can be developed which will interactively pick each row of the CSV, convert it into the API for issue update and execute the API.

Suggest an answer

Log in or Sign up to answer