Define Drop-Down list of integers
Hi
I'd like to define an attribute in RTC that consist of drop-down list of integers, so only one can be selected. (like enumeration, but the values should be integers). The reason is that it needs to export it to excel and do calculations on the selected integers.
How can I do it?
Thanks, Pnina
|
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Mar 04, 8:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER There is an attribute type Integer that you can use for integers. There is no option to make that a drop down selection. You have to type the integer.
enumeration attributeTypeId="complexity" name="Complexity"
literal id="1" name="1 pt"
literal id="2" name="2 pts"
Comments
Pnina Lavie
commented Mar 06, 4:19 a.m.
Hi Ralph,
Thanks for the answer. I'll be more specific about the issue: I'm talking about "Story Points" attribute, the request is to export the related integer value to excel, i.e. 1/2/3/5/8/13/21 to do some calculations for reporting needs.
What is the best way to do it?
Thanks!
Pnina I don't understand, why you asked your original question, if you have a totally different question. Have you tried to export to Excel? Maybe you can use macros to remove the PTS in the value? Otherwise my original answer holds and you could create a new complexity attribute of type integer or enumeration and define that without the pts and select it as complexity attribute.
Pnina Lavie
commented Mar 13, 6:34 a.m.
Hi, I finally used your original answer and it worked well. Thank You! Then please accept the original answer. |
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.