gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
650 stars 116 forks source link

Milestone is detected as string and import fails #98

Closed vhartikainen closed 1 year ago

vhartikainen commented 1 year ago

Version: 3.1.4 Node version: v18.12.1

Trying to import the following data:

title,body,state,milestone,labels
"1.1.1 Welcome Screen (UI)","Body of issue",open,1,"1.1 Registration,UI"

Will result in HTTP 422 and RequestError [HttpError]: Invalid request. For 'properties/milestone', "1" is not an integer or null.

gavinr commented 1 year ago

Milestone is not currently supported, see https://github.com/gavinr/github-csv-tools/issues/27

gavinr commented 1 year ago

Oops - sorry, milestone is supported, but this needs to be fixed. See #90