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.
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.
@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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.