FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
(30.1k●3●30●35)
Jan 19 '16, 5:13 p.m.
Not every work item can have a parent, or you would have a cycle in your parent/child tree (which is not allowed). You could require that a particular type of work item have a parent. To do so, you would need to write a custom operation behavior precondition for the save-work-item operation.
Comments
sam detweiler
Jan 19 '16, 12:12 p.m.how do you know if this workitem is supposed to be a child?
all workitems are equal in RTC.. parent/child is an additional attribute
yes, you could build an Advisor server side plugin to do this enforcement,
once you figure out how to know