WBS Gantt-Chart for Jira Cloud

Managing very large Gantt charts that load slowly

When a Gantt chart grows into the thousands of work items with many cross-linked dependencies, it can become slow to load, heavy to edit, and hard to plan against. The Critical Path view is the most affected, because it has to process every loaded item before it can render.

If your plan is at this scale, the most effective fix also makes it easier to work with day to day: instead of loading the whole project at once, scope each Gantt to a focused chunk of the work.

Why this happens 

A Gantt loads and recalculates every item in its filter. On a long-running plan, most of those items are finished work that the chart still processes on every load. Scoping the chart to your active and upcoming work keeps the live critical path intact while leaving out the volume that slows things down.

There is a planning benefit too. A few hundred active items is something a person can actually reason about; several thousand at once is not. You can keep a handful of focused Gantts side by side, for example, one per team or one per release, instead of a single oversized chart.

How to scope the work 

The best approach is whichever matches how you already break the plan into pieces you work on.

  1. By date window 
    Scope to a current-and-upcoming window so the chart loads active work rather than the full history. There are two ways to draw the line:

    • A finish-date cutoff, which excludes work that finished before a chosen date, or

    • A start-date floor, which includes only work starting after a chosen date.

    Because the boundary is a fixed date, the filter stays steady as tasks get completed.

  2. By a scope container (release, sprint, quarter, feature set) 
    If you already group deliverables into a container, use that to fix the chart’s scope (for example, fixVersion = "…"). This usually feels the most natural, since it matches how your team already locks scope.

  3. By team or component (for squad-based setups) 

If the plan is really several parallel efforts sharing one project, scope by component or by a team or squad label, and create a Gantt for each. This also helps with assigning and tracking work per squad.

A note on filtering by status 

It can be tempting to scope the chart by status, for example, hiding everything that is already done. We recommend against this for large plans. Because the Gantt recalculates over whatever it currently has loaded, a status-based filter re-scopes the chart every time a task is closed, which can trigger the very slowdowns you are trying to avoid and shift what the chart shows from one day to the next. A date, container, or team boundary stays stable as work progresses, which is why those approaches work better here.

Putting it into practice 

The workflow is the same whichever option you choose: save your scoped search as a Jira filter, then create a Gantt from that filter.

Follow these steps to create a scoped Gantt:

  1. In Jira, build your scoped search and save it as a filter. The filter now appears in your saved filters list.

  2. Open the Apps tab ⇒ select WBS Gantt-Chart. The WBS Gantt-Chart home opens.

  3. Click Create GanttCreate from Jira FiltersContinue. The Gantt settings form opens.

  4. Enter the Gantt settings:

    1. Enter the board name for the Gantt name;

    2. Select the filter you want to use;

    3. Select the scheme to use as the initial value for the Gantt settings;

    4. Choose whether to allow operation by non-administrators.

  5. Click Create. The Gantt is displayed once it is successfully created.

Next time, open it from AppsWBS Gantt-ChartGantt.

Things to keep in mind 

Whichever route you pick, set the boundary so it sits behind the start of your oldest still-active chain of dependencies. That way the view does not drop an earlier task that your current work still depends on.

Scoping by date relies on accurate dates, so confirm your start and finish date fields are mapped and populated correctly before you rely on a date-based filter.

Related 

Additional Help
If you have any questions please feel free to ask a member of the Atlassian community! Add the tag “addon-jp.ricksoft.plugins.wbsgantt-for-jira” when you ask a question. Ask the community