#2793 Add an endpoint to list user's tickets across projects
Merged by pingou. Opened by pingou.
2748  into  master

Download 2793.patch
no initial comment

we should be able to filter by whether the issue is created by him or assigned to him

This does both, up to you to get whichever info you prefer.

But we could add a key to do only one of the two queries.

Also, I'm thinking we should paginate the results.

2 new commits added

  • Add the option to get only the issue created or assigned to an user
  • Paginate the api_view_user_issues endpoint

@vivekanand1101 added your changes as well as the pagination :)

4 new commits added

  • Add the option to get only the issue created or assigned to an user
  • Paginate the api_view_user_issues endpoint
  • Small bug fix and test for the API endpoint listing user's issues
  • Add API endpoint to retrieve all issues related to an user across all repos

should work :thumbsup:

Thanks! :)

rebased onto 6bf6d9305069ef8c74e221b8efae4368efa4725e

1 new commit added

  • Include the new API endpoints to the API documentation

rebased onto 4bf12090eb23a2e471abd723d1bd2fe93787bc46

:thumbsup:

Cool, thanks again :)

Pull-Request has been merged by pingou

Metadata