Gantt Suite for Jira v 1.12.x Task progress

Did you know you can use Gantt chart with disabled JIRA time tracking? On tab Task progress, simply uncheck the checkbox “Time tracking“.

For server app version, in case time tracking is disabled in JIRA, the checkbox “Time tracking“ will not be shown on the tab Task progress of the chart configuration.

By default, task progress is calculated as "time spent" / ("time spent" + "remaining estimate"). This means a task becomes 100% complete if the remaining estimate is set to zero or is not defined. A task in status Done shows percent complete less than 100% if remaining time for the task is bigger than zero. Having remaining estimate on task means there is more work to it. We recommend having remaining estimate zero on completed tasks, as this may cause invalid calculation of remaining work in different reporting tools.

The default behavior can be overridden.

Use case #1. Your company doesn't set zero as remaining estimate on Done tasks, so Done tasks are shown with progress less than 100%.
Solution: add an override for status Done and set 100 as percent value. All tasks in status Done will have 100% regardless time spent.

Use case #2. Your company doesn't use Jira's time tracking feature to log the time spent, or you just want to base progress value on issue status.
Solution: add overrides for multiple statuses, setting different progress value for each of them. For example, you could set "Not started" = 0, "In Progress" = 50, "Done" = 100, etc.

Please note that overridden task progress calculation doesn't apply to parent tasks. Parent tasks always have their progress calculated from children tasks.

To add an override, go to chart configuration and open Task progress tab. Then, select a status and insert the required percentage. Then, click Save.

The defined by administrator overrides will appear by default in newly created charts. Although, each chart owner can modify or remove the overrides if needed.

Let’s go over an example case which involves the parent task, child task and sub-task to see how the added task progress overrides affect the chart.

Initially, with no overrides added, the parent task has 25% progress:

Let’s assume the chart owner has added the next overrides for the statuses To Do and In Progress that are used in this example:

If prior to adding the overrides, the child task had 0% progress, now it has 20% progress:

 

The progress for sub-task has changed from 75% to 30%, according to the overrides:

Please note that progress for the parent task wasn’t affected by the added overrides. Even though the parent task has status In Progress, its progress is always based on children tasks and is calculated by the formula "time spent" / ("time spent" + "remaining estimate").

So, as result of added overrides, the parent task progress has changed from 25% to 23%.

As mentioned before, once the overrides are added, the Time Spent and Remaining Estimate will be shown as overridden on info window for tasks. Please take this into account if tracking time in Jira.