Adds functionality to rest api to retrieve and filter issues over all of the repos. Using it with 'author' parameter addresses #2739.
Also adds 'order_by' parameter to 'search_issues()' which allows to order not only by time of creation, but also last update time.
There are no tests for the new feature yet, but right now I am looking for an opinion on the pull request. As soon as someone approves of the changes I will add tests.
Adds functionality to rest api to retrieve and filter issues over all of the repos. Using it with 'author' parameter addresses #2739.
Also adds 'order_by' parameter to 'search_issues()' which allows to order not only by time of creation, but also last update time.
There are no tests for the new feature yet, but right now I am looking for an opinion on the pull request. As soon as someone approves of the changes I will add tests.