Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Constraints does not work on Scrum

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?

1

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 18 '11, 5:02 a.m.

Question was seen: 6,499 times

Last updated: May 18 '11, 5:02 a.m.

Confirmation Cancel Confirm