Learn more about these different git repos.
Other Git URLs
For a request to https://pagure.io/api/0/user/<username>/issues, we don't specify a repository and neither does the returned JSON contain any information about what repository a particular issue is from.
This is what I was working since last 2 days and looking into Pagure code as well. I was about to report this and found this issue in my mailbox pagure filter.
It is really inconsistent information what you see in pagure API code, API information web page compared to actual execution of this API. All other API's that required username have username listed as a parameter but for this API its not there.
@pingou Can you help to understand the usage of api_view_user_issues() ?
I wasn't the one who created this API endpoint but I reviewed and merged and entirely missed this, good catch the projects are entirely missing from the data returned...
I'll be adding this :)
Metadata Update from @pingou: - Issue assigned to pingou
Commit f8e0d16 fixes this issue
Log in to comment on this ticket.