It's all about the answers!

Ask a question

Constraints does not work on Scrum


0
1
Steve Harris (101187) | asked May 18 '11, 5:02 a.m.
Hi,

I added formal project management features to a Scrum process template before.

I referred to the following link.
http://jazz.net/library/article/572
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/index.jsp?topic=/com.ibm.team.platform.doc/topics/t_customize_template_formal_features.html

In the link above, following things are mentioned.

# Traditional scheduler: To apply traditional scheduling to the release or iteration plans, you must add the traditional scheduler, process nature, and constraints. In traditional scheduling, the sequence and timing of work items in a plan are defined, and work items that are on the critical path are identified.
# Constraints: If you use the traditional scheduler, add constraints to include schedule constraints for work items.


Also, previously, following things were described in infocenter of above link.

To use Traditional scheduler, in Process Configuration Source tab,
copy the following XML code.

<attribute id="com.ibm.team.apt.attribute.scheduler.traditional" implementation="com.ibm.team.apt.client.BuiltInAttribute" name="Traditional Scheduler" type="VOID" readOnly="true" />

<configuration-data xmlns="http://com.ibm.team.apt.configuration/planConfigurationElement" id="com.ibm.team.apt.configuration.planConfigurationElement">
<scheduler
id="com.ibm.team.apt.scheduler.traditionalScheduler"
name="Traditional Scheduler"
description="Traditional Scheduler calculates the critical path and the schedule dates by resolving the dependencies and considering the constraints."
implementation="com.ibm.team.apt.attribute.scheduler.traditional">
</scheduler>
</configuration-data>

<scheduler definition="com.ibm.team.apt.scheduler.traditionalScheduler"/>

And, the steps to add Constraints feature were also mentioned.

But now, those descriptions are removed from infocenter.
Does it mean that Constraints feature does not work on the project created with Scrum template?
Is that the reason why above descriptions were removed from infocenter?

Be the first one to answer this question!


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.