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

Edin Milic
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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