I need to create a mechanism in JIRA to allow multiple values to be stored for a given variable and then have sub-values (based on subsequent questions) associated with each one. Let's say I have a Custom Field called "Clothing". I need to allow users to enter specific clothing items (e.g., Clothing1 = Pants; Clothing2 = Shirts; Clothing3 = Dresses. A given proposal may have 1 clothing item or it could have 10. For each clothing item created, I think need to assocated certain values with it (e.g., color, price, material, etc.). If there is a table mechanism in JIRA, that might work but I'm not even sure how to implement such a thing.