Value set in Enumeration List
![](http://jazz.net/_images/myphoto/6b9799b50605dd556b841ddcc880d66f.jpg)
3 answers
![](http://jazz.net/_images/myphoto/6b9799b50605dd556b841ddcc880d66f.jpg)
you need to set the depended attribute value for the attribute from the Types and attribute section. Choose the respective attribute and select edit option and add the depended value .
Comments
![](http://jazz.net/_images/myphoto/6b9799b50605dd556b841ddcc880d66f.jpg)
Hello Don,
I did the same, but my problem is even after creating the value set & setting up the dependencies, I am not able to select the value set under: Project Configuration>>Configuration Data>>Work Items>>Types and Attributes
Under that I selected the required work item and under Edit Custom Attributes, My Created value set is not displayed.
Note: The type of the attribute is Enumeration List onto which the value set is not displayed
I am sorry cannot upload the images because of less reputation count
![](http://jazz.net/_images/myphoto/6b9799b50605dd556b841ddcc880d66f.jpg)
https://jazz.net/library/article/1003#value-sets
Or articulate what you have exactly done and others may be able to figure it out for you.
Comments
![](http://jazz.net/_images/myphoto/6b9799b50605dd556b841ddcc880d66f.jpg)
Hello Donald,
I did the same, but my problem is even after creating the value set & setting up the dependencies, I am not able to select the value set under:
Project Configuration>>Configuration Data>>Work Items>>Types and Attributes
Under that I selected the required work item and under Edit Custom Attributes, My Created value set is not displayed.
Note: The type of the attribute is Enumeration List onto which the value set is not displayed
I am sorry cannot upload the images because of less reputation count
![](http://jazz.net/_images/myphoto/6b9799b50605dd556b841ddcc880d66f.jpg)
A dependent enumeration returns a value set for an enumeration and only for an enumeration. It will only show as available for an attribute of type enumeration name (Enumeration). It will also not show for an enumeration list attribute.
Comments
![](http://jazz.net/_images/myphoto/6b9799b50605dd556b841ddcc880d66f.jpg)
Hello Ralph,
Thank You foe the response, Now I know the reason behind it, But while creating a value set I don't see any provider for Enumeration List, and my requirement is that user should be able to select multiple values.
Is there any workaround for this?
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
You can use a JavaScript based value set - at least it shows as possible to configure. You might also be able to use a custom Java provider. I have however not tried that out myself.