Enumeration types not available to be required properties
2 answers
Yes, Attributes of type enumeration is not seen in required properties list. It can be included by editing the Process configuration source file in project area.
Search for
operation id="com.ibm.team.workitem.operation.workItemSave"
Where Preconditions are listed.
Say if you want to make attribute as required for work item type story, then go to the properties section where workitem type story is there.
Add the following line in properties section
<property>
save the project area.
If you create workitem type story, then the above attribute is seen as required field. Hope this helps you.
Search for
operation id="com.ibm.team.workitem.operation.workItemSave"
Where Preconditions are listed.
Say if you want to make attribute as required for work item type story, then go to the properties section where workitem type story is there.
Add the following line in properties section
<property>
save the project area.
If you create workitem type story, then the above attribute is seen as required field. Hope this helps you.