It's all about the answers!

Ask a question

Are there any limits on number of work items a plan can contain ?


1
1
Anuradha Subramanian (13223) | asked Mar 14 '13, 5:52 p.m.
 I have heard that a plan can contain only 2048 work items and after that RTC would display error messages. Does this hold true for RTC release 4.0 ? Please advise.

3 answers



permanent link
Guido Schneider (3.4k1486115) | answered Mar 15 '13, 5:26 a.m.

That's not true. We have larger plans up to 5000 workitems. We use them not for daily work, because they need some time to load, but for Release Planning and Reporting we need them because of the aggregated progress bars etc..

Problem you may get are Browser, network and client-power (memory/CPU) depending.

Don't try to use such a plan with Internet Explorer 8 or older. IE9 and 10 are working. Best is FF10ESR or Chrome. This is because of the heavly usage of Javascript (AJAX) technology. IE 8 is very slow for this.

If you are in a network with latency to the server of more than 120ms you may also have a problem. There is a dashboard widget to test your network connectivity end to end to the applicationserver.


permanent link
Stephane Leroy (1.4k149) | answered Mar 15 '13, 7:14 a.m.
JAZZ DEVELOPER
Hi Anuradha,

as mentioned by Guido, you'd need to consider the time it's going to take to display a plan with 2000+ work-items. Adding to this that you could also question how practical it would be for a human being to face such amount of work-items for day-to-day work.

I'd advise you to have a read at this enlightening post.
If you click on the enclosed (PDF) Jazz Performance Guide link, you'll find a "Showing Plans" section which gives good insight of both what the technical aspects are and also some recommendations for having plans not taking too much time to display.

Regards,
Stéphane


Comments
Stephane Leroy commented May 03 '13, 4:41 a.m. | edited May 03 '13, 4:59 a.m.
JAZZ DEVELOPER

@Anuradha: to precise things.

1) what you've heard initially was true for RTC 2.0. See https://jazz.net/library/content/articles/rtc/2.0/enterprise-configuration/sizing-guide/index.html

2) Guido's answer confirms that RTC 4.0 version level removed such limitation.
Actually, RTC-2.0.0.1 would suffice as per Geoff's precise answer in the following post: https://jazz.net/forum/questions/55417/plan-contains-more-than-2048-workitems

Hope this clarifies things.
Regards,
Stéphane


permanent link
Guido Schneider (3.4k1486115) | answered Jul 28 '14, 5:11 a.m.
edited Jul 28 '14, 7:16 a.m.
The size of a plan is limited by number of parameters in http headers accepted by your application server.

Within WebSphere the default limit is 10000. This limitation may fail loading large plans, for example, if you are within hierarchical views and have a lot of links. I have plans with up to 15000+ workitems loaded on the link phase.

(I do not want to discuss about use cases of large plans and how long this takes. This is an issue of limited functionality in Plan filters. Today you can only filter by owner team and iteration).

How to increase the number of parameters in http header in WebSphere:
Start Websphere Console of CCM profile
"Servers / Server Types / WebSphere application servers"
"Web Container Settings / Web Container"
"Custom properties"
"New…"
com.ibm.ws.webcontainer.maxParamPerRequest = 20000
"OK"
"Save"


Restart WAS service

---

See Infocenter: http://www-01.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.nd.doc/info/ae/ae/rweb_custom_props.html?cp=SSAW57_7.0.0%2F1-16-5-1152&lang=en

http://www-01.ibm.com/support/knowledgecenter/api/content/SSAW57_7.0.0/com.ibm.websphere.nd.doc/info/ae/ae/rweb_custom_props.html#com.ibm.ws.webcontainer.maxparamperrequest


Comments
Guido Schneider commented Jul 28 '14, 5:18 a.m.

Sorry, I do not know why this silly editor in this forum renders a slash with a ="" . I always struggle with this editor.


Ralph Schoon commented Jul 28 '14, 7:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

These are the great effects of having hypertext and XML mixing concepts. I have the same on my blog, where anything enclosed in brackets like > or < just vanishes.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.