RSS feed not showing more than 15 entries
Added by Harihara Natarajan over 15 years ago
Hi
I am combining Redmine with my Test NG test cases. I have a RSS key and able to access the RSS feed from my program. One problem I have is that the access gives only the last 15 entries . What is the parameter that I should add to make the query fetch more than 15 entries
http://mymachine/projects/testcases/issues?format=atom&key=mykey&query_id=16
I tried adding per_page=100 etc but that did not work.
any help will be appeciated. I am using Redmine 0.7.3
Regards
Hari
Replies (7)
RE: RSS feed not showing more than 15 entries - Added by Chris Dymicki over 15 years ago
Hello,
I had the same.
Looking, how is csv export link, I dropped all after atom from that line, and wow, now it shows me in atom format all my 21 entries !
Original ATOM export link was https://server.domain.pl/projekt/projects/ppp/issues?format=atom&key=SNLFKiwUZaGtyXyuQMH4tqQYtVPOp4blsJvfoJ7f&query_id=61
and I left only https://server.domain.pl/projekt/projects/ppp/issues?format=atom
Cheers
Chris
RE: RSS feed not showing more than 15 entries - Added by Harihara Natarajan over 15 years ago
Thanks Chris for the suggestion but that did not help since I have authentication set up on my server. When I do not pass the key it asks for a password
RE: RSS feed not showing more than 15 entries - Added by Chris Dymicki over 15 years ago
Hello,
had you tried to remove at least the query_id string ?
Chris
RE: RSS feed not showing more than 15 entries - Added by Chris Dymicki over 15 years ago
In my client-server config also works fine
Cheers
RE: RSS feed not showing more than 15 entries - Added by Harihara Natarajan over 15 years ago
Hi
Yes I tried and it did not help . What version of Redmine are you running . I am running 0.7.3
Regards
Hari
RE: RSS feed not showing more than 15 entries - Added by Chris Dymicki over 15 years ago
Form my admin - we have version 0.8.
He set also additional parameter - sth. like "RSS data limit" - to 100.
Chris
RE: RSS feed not showing more than 15 entries - Added by Harihara Natarajan over 15 years ago
Thanks a lot for the information Chris. I was able to track the information from the Admin --> Settings page. I had to do the following :
(a) Change the feed limit from the default 15 to say 100
(b) Change the query to include a per_page=100
So the query is like http://myserver:3000/format=atom&key=mykey&query_id=my_id&per_page=100
Thanks a lot for your help
Regards
Hari