github-csv-tools
github-csv-tools copied to clipboard
Export - Ability to filter issues
#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.
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?
is there any plan to add this feature? It will be really helpful
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?