You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
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?
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?
#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:
... where
attribute
is one of the attributes that you can filter on, likestate
, etc, andvalue
is the value that you'd like to filter.The text was updated successfully, but these errors were encountered: