Is there a "custom attribute" mechanism on RTC's I
In RTC, we can use the custom attribute mechanism to extend Work Items to adding additional attributes to Work Items. Is there an analogous mechanism for Iterations (i.e., com.ibm.team.process.common.IIteration)? I would like to store a couple of simple numeric attributes with Iteration object and doesn't want to fuzz with the EMF model.
One answer
Sorry, there is not. If you want to store data that's associated with an
iteration, you'll have to define a new item type.
Jared Burns
Jazz Process Team
aying wrote:
iteration, you'll have to define a new item type.
Jared Burns
Jazz Process Team
aying wrote:
In RTC, we can use the custom attribute mechanism to extend Work Items
to adding additional attributes to Work Items. Is there an analogous
mechanism for Iterations (i.e.,
com.ibm.team.process.common.IIteration)? I would like to store a
couple of simple numeric attributes with Iteration object and doesn't
want to fuzz with the EMF model.