Is there a way to get popular questions and discussions programmatically (REST API or RSS feed) and for different time frames (weekly, monthly)?
Thanks, Steffen! These feeds are too noisy for me. :) I was looking for popular questions only.
I don't think there's currently a way to get a feed based on popularity, just the general feed @Steffen Opel _Utoolity_ mentioned above. It would be useful though!
It looks like Lithium has REST API but I'm not able to figure out how to access it (or this is switched off on your side).
@Rp Subs, here's an article about the API: https://community.atlassian.com/t5/Feedback-Forum-articles/Use-the-Community-API-to-query-tags/ba-p/618155
Please leave a comment there if you have any questions
You can use queries from site search to generate RSS feeds
You could do something like this:
Query: jira
Sorts: Active in last week, sorted by most views
Here's another version:
Query: jira
Sorts/Filters: Unanswered (no replies), Q&A only, active in last month
Hope this helps! Our plan is to expose these RSS URLs on the search page UI in our next release.
Thanks Tyler! This is very nice and could be useful.
Seems sort_by doesn't work for RSS feeds as sorting by topicViews and topicPostDate give me exactly the same results. :( Also RSS feeds include both questions and answers. I'd prefer questions only.
Web view does take into account sorting option but there're a couple of issues with that too: 1) last active option is not very useful as it still shows questions from years ago, 2) searching for query is close to but not the same as list of questions for product (like JIRA for example).