#4064 Provide API for searching issues created/closed in given time frame
Closed: Fixed 5 years ago by pingou. Opened 5 years ago by psss.

Currently there is not an easy/efficient way how to query all issues created/closed by given user within a specified time frame. GitHub supports similar search in this way:

search/issues?q=author:{login}+created:{since}..{until}+type:issue
search/issues?q=assignee:{login}+closed:{since}..{until}+type:issue

One possible way could be extending existing /api/0/user/<username>/issues method to support until as well but I think providing a new search capability which would take username as one of the parameters (similarly as it does GitHub) would give us a more flexible and extendable interface.

See also: https://pagure.io/pagure/issue/4065


Metadata Update from @pingou:
- Issue tagged with: Issue tracker, RFE

5 years ago

Metadata Update from @pingou:
- Issue set to the milestone: 5.3

5 years ago

Metadata Update from @pingou:
- Issue assigned to pingou

5 years ago

Thanks for implementing this. However, it seems search by close date does not work. I've filed a new issue #4329.

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #4177 Merged 5 years ago