#2739 REST API: getting all issues created by user
Closed: Fixed Opened by anar.

Right now pagure rest api supports getting issues only when repo is specified (https://pagure.io/pagure/blob/master/f/pagure/api/issue.py#_316) and sometimes we may need to search issues created by/assigned to a user in all repos.

It seems like it can be solved by changing functionality of 'search_issues' function (https://pagure.io/pagure/blob/master/f/pagure/lib/init.py#_2092).


You mean something like: https://pagure.io/user/anar/issues but in the API?

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

You mean something like: https://pagure.io/user/anar/issues but in the API?

Yeah, exactly like that.

Metadata Update from @vivekanand1101:
- Issue assigned to chocos

Added a pull request to address this https://pagure.io/pagure/pull-request/2748

@chocos giving you a heads up

Metadata Update from @vivekanand1101:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata