github-csv-tools icon indicating copy to clipboard operation
github-csv-tools copied to clipboard

Export - Ability to filter issues

Open gavinr opened this issue 4 years ago • 3 comments

#41 There are a variety of attributes that we may want to filter on, and I'd like to have a more generic switch so that we do not have to create a custom cli switch for each (milestone, state, assignee, creator, mentioned, labels)

I'm open to suggestions on what the api should be. My initial thought it:

githubCsvTools --exportFilter attribute,value

... where attribute is one of the attributes that you can filter on, like state, etc, and value is the value that you'd like to filter.

gavinr avatar Feb 08 '21 00:02 gavinr

This would be really helpful. In lieu of filtering, is there by any chance a way to get the attributes/values into the data, so that it could be filtered after the CSV is created?

davedyk avatar Jun 29 '21 22:06 davedyk

is there any plan to add this feature? It will be really helpful

geetachavan1 avatar Mar 08 '22 20:03 geetachavan1

This would be very helpful. Sometimes I just want to filter issues with specific conditions, like issues for certain milestones, status is closed, assignee is a specific person, etc. When do you plan to add this feature?

chunqiuhu-ola avatar Nov 06 '22 14:11 chunqiuhu-ola