How to get the rss feeds for GitHub projects ? For example, RSS feed for new issue created in https://github.com/mapstruct/mapstruct/issues
10 Likes
Sorry… I am not able to find the rss feed for issues. Can you please provide the rss feed link for the above issues url ?
Search in the source for the word atom and you will find what you are looking for. It is a .atom file not a .rss or .xml.
1 Like
Great find, thanks
There isn’t a feed for issues and comments on issues. For that, you would need to use the GitHub API.