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

Work item progress mode

Hi

I was wondering how to set the work item progress mode. Under the help information for this, it says that under

Project Configuration tab
Configuration Data ->Iteration Plans -> Work Item Progress Mode there should be a drop down to select Time Remaining or Time Spent.

For me, this just shows me the XML configuration, and it says it is unconfigured.

<configuration>
</configuration>

What is the information I need to place in here for the configuration data? I would like to progress mode to be Time Remaining.

Thanks in advance to anyone that can shed light on this!!

0 votes



4 answers

Permanent link
Hello,
what verison are you using? I use RTC 1.0.1.1 and the drop down it there with two values: Time Spent and Time Remaining.
Looking on the Tab Process Configuration Source for the corresponding xml I see

for Time Spent:
<configuration>
<estimationMode>
</configuration>

for Time Remining:
<configuration>
<estimationMode>
</configuration>

So maybe you can change your Process Configuration Source if you have earlier version of RTC 1.0.1.1 but if you have the same version as I we should look why you do not have the drop down.

Regards,
Elisabeth

0 votes


Permanent link
I copied and past the xml but when submitting I see that not everything is there. Sorry. I try again. The correct xml is:

for Time Spent:

<configuration-data xmlns="http://com.ibm.team.apt/workItemProgressMode" id="com.ibm.team.apt.configuration.workItemProgressMode">
<estimationMode name="TimeSpent"/>
</configuration-data>

for Time Remaining:

<configuration-data xmlns="http://com.ibm.team.apt/workItemProgressMode" id="com.ibm.team.apt.configuration.workItemProgressMode">
<estimationMode name="TimeRemaining"/>
</configuration-data>

0 votes


Permanent link
Thanks Elisabeth.

I'm not sure if it because I'm at version 1.0.1 instead of 1.0.1.1 or not. This is through the RTC plug-in for RAD 7.5. I'm looking around now to see if there is a software update for the plug-in.

It seems like it is actually disabled in my view. I pasted the code you gave me, and it wouldn't let me save it. I'm thinking it may be a version issue.

Thanks again!

0 votes


Permanent link
megdoke wrote:
Thanks Elisabeth.

I'm not sure if it because I'm at version 1.0.1 instead of 1.0.1.1 or
not. This is through the RTC plug-in for RAD 7.5. I'm looking
around now to see if there is a software update for the plug-in.

It seems like it is actually disabled in my view. I pasted the code
you gave me, and it wouldn't let me save it. I'm thinking it may be
a version issue.

Thanks again!


We added the work item progress configuration in RTC 1.0.1. The code
pasted above should work for you. What was the error when saving?


--
Cheers, Johannes
Agile Planning Team

0 votes

Your answer

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: Mar 25 '09, 10:54 a.m.

Question was seen: 5,225 times

Last updated: Mar 25 '09, 10:54 a.m.

Confirmation Cancel Confirm