How to add default Constraint Type Attribute in RTC
Hi,
I have added the "Constraint Type" default attribute of type enumeration (default enumeration is set to constraintEnum) on workitem for planning purpose also added same in editor presentation. When I open the workitem on web client then "Constraint Type" is visible with only "Unassigned" value.
I searched for the "constraintEnum" under enumeration but not able to find out.
It expected that below values should come.
- As soon as possible (default)
- Start no earlier than
- Finish no later than
Please help me to get above value.
Accepted answer
If you opened an existing work item, it is possible that something like this happens.
You have to synchronize the attributes to make sure old items of the type have the attributes. the Eclipse client has the capabilities to do that for you.
Make sure, after adding the attribute, to close the browser and to create a new work item. Check if the new attribute works.