How to add custom field-value list should change dynamically

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
mageshkumar
Posts: 1
Joined: 23 Aug 2006, 14:11

How to add custom field-value list should change dynamically

Post 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
Iguane_95
Posts: 6
Joined: 06 Apr 2007, 13:42

syntax to declare for the cusom filed of type List

Post 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
Iguane_95
Posts: 6
Joined: 06 Apr 2007, 13:42

Sorry

Post by Iguane_95 »

I find the answer
for information the separator of syntax is |
for example Cat1|Cat2|Cat3

Thanks
Post Reply