[GitHub] Search for issues and pull requests closed in a specific period

Tadashi Shigeoka ·  Sun, January 7, 2018

I’ll introduce query for searching issues and pull requests closed in a specific period on GitHub.

GitHub

Search query for issues and PRs closed in a specific period

For example, let’s say you want to search for issues closed in the quarter from 2017-10-01 to 2017-12-31 in Japan time.

In this case, the search query would be as follows.

is:issue closed:2017-10-01T00:00:00+09:00..2018-01-01T00:00:00+09:00

For pull requests, use is:pr and write as follows.

is:pr closed:2017-10-01T00:00:00+09:00..2018-01-01T00:00:00+09:00

That’s all from the Gemba where I wanted to calculate the number of closed GitHub issues for quarterly review.

References