What parameter can I pass to the jira activity stream servlet that will increase the number of entries shown?

Edin Milic November 2, 2011

I have the following url example :

http://jira.example.com/plugins/servlet/streams?key=ABC&itemKey=ABC-123&os_authType=basic

This link is not a real one but I used to just as an example. I want to see more than the default 20 entries. I would like to see all activity on an issue.

What parameter could I pass to the URL to accomplish this?

1 answer

0 votes
Edin Milic November 2, 2011

After a little digging around thanks to Firebug I can append

&maxResults=50

This would give me 50 results.

Suggest an answer

Log in or Sign up to answer