Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to process large amount of issues in JIRA report plug-in

yunfengg July 21, 2013

Hi all,

I'am developing a report plug-in which shows issues hierarchy structure, but now i was blocked by a problem. Everything goes smoothly when my 'SearchResults' is small, but when it's more than 1000 issues, my plug-in goes slowly. My current solution is: Collect the all issues of 'searchResults' --> pass to the velocity as a 'list' --> render them all.

Do someone give me some suggestion about that. Thanks in advanced.

1 answer

0 votes
Onkar Ahire
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.
July 21, 2013

Hi Yunfeng Guo,

Try pagination using javascript.

http://p2p.wrox.com/xslt/43607-how-use-javascript-pagination.html

Regards

Onkar Ahire

Suggest an answer

Log in or Sign up to answer