Restricting the user (team member-role) not to access completed Workitem
One answer
Yes you can achieve this by using the "Operation Behavior" "Pre-condition" - "Prevent Editing" option.
But this this pre-condition would entirely grey out all the options for a WI in completed state - not just a few attributes.
Comments
And for the 'Remove ability to add new children to WI in the Completed state.' You will to have to provide your own custom preconditionĀ (https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation). Note that you will have to capture both the Parent and Child WI save. A link can be created from either end.
1 vote
Hi Krishnakanth ,
The above screen shot is working fine for "Remove ability to add new children to WI in the Completed state."
But itĀ dosesn't restricting from " Re-open WI that are parented by a Completed WI " .
See the posts on this blog beginning with http://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ if you want to get started with Extending RTC. It will help you coming up to speed if you are new. It provides links back to material on Jazz.net.
Like Ankur's answer above you can also create a custom precondition/advisor to prevent reopening a work item based on existing/state of a parent.