It's all about the answers!

Ask a question

How do I create a multi-select attribute?


Evan Leonard (4667) | asked Aug 22 '11, 12:13 p.m.
Hello all,

I need to create an attribute on work items of type "deliverable" where you can select multiple values at the same time.

We're currently running v3.0 and it doesn't seem to support this, but I could be missing something.

Any help would be appreciated.

Thank you,
Evan

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Aug 23 '11, 5:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Evan,

have a look at the article:

https://jazz.net/library/article/130

The multi selection is an editor presentation only. Basically you create a string attribute, and an enumeration. You choose the enumeration in an multi-select editor presentation for the attribute. The attribute will store a comma separated list of literals to handle the multiple values.

Try it out on a test server. I think you use the medium string, but I am not sure.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.