I was hitting various HTTP when trying to import a large csv of issues. Using the test csv files and some trial and error, it seems that the failure occurs as soon as it encounters the first instance of multiple tags.
So in this example, Test 1 is successfully created as an issue, but then fails.
title,body,labels
Test 1, This is the test1 desc, bug
Test 2, This is the test2 desc, "question, bug"
I was hitting various HTTP when trying to import a large csv of issues. Using the test csv files and some trial and error, it seems that the failure occurs as soon as it encounters the first instance of multiple tags.
So in this example,
Test 1
is successfully created as an issue, but then fails.Here is was is returned