Hello!
I was wondering how to make a RSS feed URL from the https://community.atlassian.com/ home page.
I have the below custom filter which retrieves questions containing the word 'scriptrunner':
I have a feeling you'd need to use the https://community.atlassian.com/api/2.0
However, I haven't seem to find a way to achieve this.
Thanks in advance!
Hello!
Not sure if I understand properly. With your search term (scriptrunner), I generated this feed:
https://community.atlassian.com/tnckb94959/rss/search?advanced=false&allow_punctuation=false&q=scriptrunner
According to the documentation, you could include tags in the q field, e.g.:
?q=tags:atlassian-community
As a whole, I suggest you to use https://github.com/martinrotter/rssguard. It lets you scrape websites that don't have a RSS feed (or not one addressing your needs), for instance with this python script: https://github.com/Owyn/CSS2RSS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.