You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Is there a way to get popular questions and discussions programmatically (REST API or RSS feed) and for different time frames (weekly, monthly)?
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rp Subs, try adding this to the end of your feed to restrict it to topics/questions only
&depth=0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are RSS feeds for categories, for example this Feedback Forum:
I'm not aware of a way to filter/rank those by week or month right now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Steffen! These feeds are too noisy for me. :) I was looking for popular questions only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.