gavinr / github-csv-tools

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

Importing to specific projects #31

Closed PawelWkl closed 3 years ago

PawelWkl commented 3 years ago

Is there any way to import issues to the specific project that is linked to many repositories?

gavinr commented 3 years ago

I'm not sure what you mean - could you please clarify or give more details on your situation? Thanks!

PawelWkl commented 3 years ago

Sorry, not a daily GitHub user. Organization has many repositories but the project is not in the repo but on the level of organization. This project is linked to many repositories and when I import the issues, I have to choose the repo but have no possibility to assign it to the project, so I have to do it manually after the issues are uploaded to the repo. Like in the attached file - I would love to import issues to the Engineering backlog. Screenshot 2020-09-17 at 09 04 34

gavinr commented 3 years ago

I think this might be a big effort because you'd have to define which CSV column has the project ID and then also which "Project Column" it should be imported into. For now I'd say this is out of scope for this project, but if there is a lot of requests for this in the long term I'd be open to a PR eventually.