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

Bug? RTC allows adding an unresolved child to a resolved parent.

We have configured the Operational Behavior  for Save Work Item for "All Children resolved which says that "Requires that a work item can only be resolved if all of its children are resolved."  And for the most part, it works great ...
- does not allow a parent to close with unresolved children
- can't do *anything* with a child that happens to have a resolved parent (for example, if the parent was resolved prior to having the rule added).

However, we have found a place where RTC allows a change that directly violates this.

If I have a Resolved work item, it seems that (in 4.0.0.1), I can ADD a link that would make a parent-child relationship so that the resolved work item PARENT now has an unresolved child.  This should be not allowed because it puts these two work items into the specific scenario that is restricted by the pre-condition.

I believe this is a bug.  Is this a known bug that there is a fix available for? 
Susan

0 votes

Comments

Hi Susan,

Looks like this was fixed in 2.0.0.1. 
Did you click on the "Save" button on the parent WI after adding a unresolved child? Did you see an error message like Can''t save work item ''{0}'' because an unresolved work item cannot be added to a resolved parent work item ''{1}''?


Hope it helps. Thanks.

In fact .... I was mistaken in my original post.  It is actually that RTC is allowing a Resolved CHILD to be added to an already Resolved PARENT, which in the case of this rule, would be okay.

We have a "review" requirement for our Story work items so only a handful of people can mark a Story resolved, after a final review of several things.  In this case, by them adding additional children to a Story which has already been resolved, this allows the story review to potentially "miss" something that if all children would have been there when the Story was originally reviewed, it would not have.

I suspect there is nothing built-in to RTC to allow us to say you cannot add children  period (regardless of state of the child) to a resolved parent??

Susan

Right, that has to be a custom development of server plug-in. 



One answer

Permanent link
Yes it would be a save work item advisor. You can probably the code from this follow up action to implement your use case: http://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/ please be aware that the code is for a participant/follow up action, you want an advisor. So you will have to implement a different interface, but the rest of the code is largely reusable.

1 vote

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: Jun 29 '13, 9:55 a.m.

Question was seen: 4,618 times

Last updated: Jul 01 '13, 9:46 a.m.

Confirmation Cancel Confirm