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

Weekly digest of not responded Closed-issues #20

Closed
karelz opened this issue Feb 24, 2017 · 8 comments
Closed

Weekly digest of not responded Closed-issues #20

karelz opened this issue Feb 24, 2017 · 8 comments
Milestone

Comments

@karelz
Copy link
Owner

karelz commented Feb 24, 2017

The weekly digest (#4) would ideally cover also closed issues.

We need to find a way how to query only closed issues which have been commented in last X days.

@khellang
Copy link

khellang commented Mar 3, 2017

You could just use search. I'm not sure if you can filter by date, but you could do org:dotnet is:issue is:closed, order it by most recently commented and just loop over the results until you get to the defined threshold.

@khellang
Copy link

khellang commented Mar 3, 2017

Ok, looks like you can include an updated filter as well; updated:>2017-03-02

@karelz
Copy link
Owner Author

karelz commented Mar 3, 2017

Thanks, I remember seeing some kind of query option in Octokit - cc @ianhays who tried it recently.

@karelz
Copy link
Owner Author

karelz commented Mar 7, 2017

@khellang is it actually possible to do the queries via Octokit APIs, or did you just mean using GitHub website?

@khellang
Copy link

khellang commented Mar 7, 2017

Yep, you can use the SearchIssues method.

@khellang
Copy link

khellang commented Mar 7, 2017

@karelz
Copy link
Owner Author

karelz commented Mar 7, 2017

Great, thanks!

@karelz
Copy link
Owner Author

karelz commented Apr 21, 2017

Will be superceded by 2.0 version with proper UI for all notifications - see #9.

@karelz karelz closed this as completed Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants