Inconsistency between the website and the API
Created by: valeriomazzeo
When requesting /issues standing to the documentation at api.gitlab.org:
Get all issues created by authenticated user. This function takes pagination parameters page and per_page to restrict the list of issues.
On the website side instead for example on http://demo.gitlab.com/dashboard/issues which is suppose to be the website representation of that API resource the content is different and more precisely it says:
Issues assigned to me
Now my questions is, did you change the website behavior and forget to update the API?
This is creating a bit of confusion among the users of my client because they see 2 different things...