Create bulk issues with rest api call

Adwait Bembalkar March 9, 2017

i need to insert bulk issues through rest api call. Could anyone pls share complete example of json that contains 3-4 issues?

 

i have following format of json until now.

 

1
2
3
{ "issueUpdates": [
  
] }

1 answer

0 votes
Sachin Dhamale March 9, 2017

Hi Adwait

You can mention the rest api call inside the for loop and can create a bulk issue one by one programmatically

Adwait Bembalkar March 10, 2017

Hi Sachin, Thanks for your response. i have a json string coming from HP ALM that has 900 defects. I want to make it make it competiable to json which i can insert in JIRA. Hence i need the json format in JIRA that has 3-4 defects.

Suggest an answer

Log in or Sign up to answer