Page 1 of 1

How to add custom field-value list should change dynamically

Posted: 06 Mar 2007, 08:52
by mageshkumar
Could someone pls help me in adding 2 fields
Need to have the following 2 fields
1. Phase (possible values:Requirement,Design,Construction)
2.Defect Type (the list of values for Defect type depends on the value selected for Phase)
For eg:
a. Requirement phase will have the foll. Defect types: Missing Requirement ,Inadequate requiremnt,Incorrect Requirement,...
b. Desing phase will have the following defect type:Missing Design,Inadequate design, Incorrect Design,...

The change needs to be implemented across all projects.

In the report issue page, when Phase value is changed , the list of values in Defect type field should be changed accordingly.

How this can be achieved using Custom fields.? Thanks in advance.

Regards,
Magesh

syntax to declare for the cusom filed of type List

Posted: 07 Jun 2007, 08:51
by Iguane_95
I want to declare a custom field
the type of this field is List, but i don't know the syntax to declare the list .

Can you give me the syntax ?

Thanks for you answer

Sorry

Posted: 07 Jun 2007, 09:05
by Iguane_95
I find the answer
for information the separator of syntax is |
for example Cat1|Cat2|Cat3

Thanks