Use 'Task Type' field selection to determine additional required fields
In codebeamer v2.0.0.2,
I've added a choice field 'Tracker Type' (choiceList[6]) to a Task tracker 'Project Task' that will select from an options list and is mandatory in all status values
I've added a choice field 'Complaint' to Task tracker 'Project Task' that will point to another work item
I would like for the 'Complaint' field to be mandatory only if choiceList[6] == 'Complaints Investigation'
Scenario 1:
I've tried setting the 'Mandatory if:' field to "choiceList[6] == 'Complaints Investigation'" and the 'Mandatory in Status:' field to None.
This results in the 'Complaint' field NOT being mandatory for 'Project Task' items with "choiceList[6] == 'Complaints Investigation'" or other values of choiceList[6]
Scenario 2:
I've tried setting the 'Mandatory if:' field to "choiceList[6] == 'Complaints Investigation'" and the 'Mandatory in Status:' field to ALL but ['--', 'Blocked', 'Draft']
This results in the 'Complaint' field being mandatory for 'Project Task' items with choiceList[6] == any value

