It's all about the answers!

Ask a question

How does Agile scheduler work for SCRUM projects


Vidhya Prakash (852833) | asked Oct 20 '11, 10:02 a.m.
What are the factors that determine the automatic calculation of project schedule in a Scrum project? How are the scheduled start & end dates calculated?

One answer



permanent link
Sharoon Shetty Kuriyala (55133) | answered Oct 20 '11, 10:16 a.m.
JAZZ DEVELOPER
Hi,

Scheduling happens like this:

* Get all work item assigned to a person in an iteration
* Sort them by their sequence value (this is *not* the rank)
* If the sequence value isn't set or equal use the rank
* Sum up the effective estimates of all n work items to figure out the start date of work item n+1

For a formal project it also takes scheduling constraints and dependencies into account.

The magic sequence value is set by using the drag and drop reordering in the MyWork view. See https://jazz.net/library/article/593#myWork for reference

Note: I am not sure what is referred to as scheduled start & end dates here.

Thanks,
Sharoon - Planning Team

What are the factors that determine the automatic calculation of project schedule in a Scrum project? How are the scheduled start & end dates calculated?

Your answer


Register or to post your answer.