Hi,
I have a plan that has more than 5000 issues. I know that the number is higher than what is recommended by the knowledge base but I can't stay within the limits. What can I do to improve performance? Can I do something about the hierarchy view, maybe decide what to load?
thanks
Hi Dario,
If there is a specific subset of data that you would like to plan, one recommendation could be to use Filter work item sources. This will require you to go to Filters and create and save one that contains only the work that you want to plan. A handy JQL for this would be
issue in portfolioChildIssuesOf("YOURKEY-123")
Which will include all the descendants of that particular work item. You can also chain this with multiple OR conditions if you need to plan multiple Initiatives/Epics at once.
Once saved, you should be able to create a plan with that source.
https://support.atlassian.com/jira-software-cloud/docs/add-or-change-issue-sources-in-a-plan/
If you absolutely require all of that work in your Plan, unfortunately you've run into a limitation with Plans at the moment. If you would like this limit to be increased, please vote and leave a comment on this ticket https://jira.atlassian.com/browse/JRACLOUD-89221
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.