Display a list of issues on a single page

Jean Prince May 2, 2013

Is there a way to display a list of issues on a single page?

4 answers

1 accepted

3 votes
Answer accepted
Natalie Hobson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 2, 2013

You can also change the number of issues displayed per page in your personal user preferences. :)

Jean Prince May 6, 2013

Thanks, this is exactly what I was looking for.

John Tolle May 11, 2021

And now, in 2021, there's no such animal in my Profile or Personal Settings pages, at least in the Cloud version.  Anyone else know how to change the number of issues displayed per page when viewing search results?

I'd actually like to lower it from 50 to something like 10 because otherwise, as I step through the issues that are past the bottom of the page, Jira scrolls down to that issue number... and I can no longer see the top (or eventually any) of the issue until I manually scroll back up.

1 vote
darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 2, 2013

Hi Jean

I currently see 50 issues at a time. Is there a way to display all issues at one time?

Yes you can by setting the following in jira-config.properties

jira.search.views.default.max = 100

However, this is not recommended at all. This will potentially cause performance problem of your JIRA instance you are currently running.

For more information on this, you can refer to this documentation: Limiting the number of issues returned from a search view such as an RSS feed

Hopefully it helps!

Cheers :)

Jean Prince May 2, 2013

Thanks very much for this answer, Daryl.

darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 2, 2013

You are always most welcome and if you find my answer is useful and helpful to you, please accept my answers :)

0 votes
Hazel Elgart May 2, 2013

Hi Jean,

I've gotten around this by Viewing in Excel. The trick here is that there is a 1000 item max limit. You can temporarily get around this:

In "View" right click the Excel option, then copy the URL.

Paste the url into your browser window and edit the variable "?tempMax=1000"

For example:

http://jira.companyxyz.com/sr/jira.issueviews:searchrequest-excel-current-fields/11335/SearchRequest-11335.xls?tempMax=1000

Could be changed to

http://jira.companyxyz.com/sr/jira.issueviews:searchrequest-excel-current-fields/11335/SearchRequest-11335.xls?tempMax=10000

Then you can use Exel's search functions to sort through your data.

I'm sure there are more sophisticated ways, but that's what I've done in a pinch.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 2, 2013

Just be aware that the limit is there for a reason - this puts a heavy load on Jira and going over the limit can really damage your performance while it runs.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 2, 2013

Several, but I sense a deeper requirement here, could you expand on what you're looking for?

By the way - the "several" means that you define a filter to find your issues, then look at it in issue navigator - there are several different "views" with different output formats. But I ask for more information because I suspect you've tried them and not found something close to what you actually need.

Jean Prince May 2, 2013

Thanks for your explanation. I currently see 50 issues at a time. Is there a way to display all issues at one time? Sometimes it's helpful to see everything, for example, when you want to do a search using your browser's search function.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 2, 2013

Not really - if you're trying to get thousands of issues, then you'll be putting unnecessary load on the system and generally searches returning more than a handful of issues aren't actually useful to us humans (it's too much to process).

The "xml" view would include everything, if your browser renders it internally, but it's horrid to read.

It would probably be faster and safer to refine your search.

Suggest an answer

Log in or Sign up to answer