Use Case
Want to be able to create a drop down value where the string has comma (,) separated value. Example:
- SecOps, Security Incident, Response_task
- Security operations
- Response_team
Applicable Version(s)
All
Solution
The attribute type to be used is ENUM.
We can define comma separated values with double quotes to ensure it is listed as a single value (ex: "SecOps, Security Incident, Response_task", Security operations, Response_team etc.)
Below is a reference link for other attribute type values as well.