Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of filtering options when fetching issues for example #23

Closed
robvdl opened this issue Feb 3, 2017 · 3 comments
Closed

Lack of filtering options when fetching issues for example #23

robvdl opened this issue Feb 3, 2017 · 3 comments

Comments

@robvdl
Copy link
Contributor

robvdl commented Feb 3, 2017

I need to fetch issues but apply some filters, for example status_id=* to get all stories including closed ones.

I was looking at the Issues() function and it doesn't really provide ways to pass in extra query params for filtering, which is sorely needed or I have to fetch everyting... a page at a time and filter over the results in Go.

I need this for a project now, so going to implement it all in a fork and see how it turns out.

@mattn
Copy link
Owner

mattn commented Feb 3, 2017

Did you try IssuesByFilter ?

@robvdl
Copy link
Contributor Author

robvdl commented Feb 3, 2017

I see that now sorry.

@robvdl robvdl closed this as completed Feb 3, 2017
@mattn
Copy link
Owner

mattn commented Feb 3, 2017

NP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants