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

Exporting state_reason attribute in .csv file #119

Open chiragvidani opened 3 months ago

chiragvidani commented 3 months ago

Enhancement Title

Exporting state_reason attribute in .csv file

Problem statement

GitHub closed issue status are of 2 types:

  1. Closed as completed: For done, closed, fixed, resolved.
  2. Closed as not planned: For won't fix, can't repro, duplicate, stale

So, when trying to filter on the closed state in .csv export, it doesn't give information on whether the issue is completed or not planned.

Solution

austinStan commented 2 months ago

Hi @chiragvidani ..im a newbie..is this still available?

chiragvidani commented 2 months ago

Hi @chiragvidani ..im a newbie..is this still available?

@austinStan couldn't get you. please elaborte.

austinStan commented 2 months ago

@chiragvidani i wanted to contribute but im still a beginner.I was wondering if the issue was open

chiragvidani commented 2 months ago

@chiragvidani i wanted to contribute but im still a beginner.I was wondering if the issue was open

I have raised the PR #120 for this issue, waiting for the contributors to review and merge it.