Adding a new value on "Story points" and see it on datawarehouse on "Complexity"
Hello,
I use RTC 6.0.2. on windows and I use Oracle. I have added a new value on the default enumeration "Story Points". The new value is "60 pts". I execute dcc without problem and so datawarehouse is correctly populated. If I execute a report with report builder on these workitems, I see the workitems with the value 60 pts on the field "Story points". My problem is that datawarehouse manages an integer attribute linked to "Story Points". This attribute on datawarehouse is named "Complexity". Problem, all default values are correctly changed into integer on the field Complexity but my new custom value is changed by an empty value ;-( Why ? How can I configure this new value on datawarehouse ? Thanks for your help. Regards Mathieu |
Accepted answer
This is probably related to the fact that the complexity enumeration is treated "special" by RTC. If you look at the project XML ( Open the Project in RTC Eclipse, switch the Process Source tab at the bottom ), search for /enumeration and then look for complexity. You will see things like:
<enumeration attributeTypeId="complexity" name="complexity"> <literal default="true" id="0" name="0 pts"/> <literal id="1" name="1 pt"/> <literal id="2" name="2 pts"/> The value of id is what is stored for the work item. When you added a new enumeration value it probably got assigned an id like <literal id="complexity.literal.lX" name = "MM pts"> Search this site for the means to correct this. nevermind... https://jazz.net/forum/questions/35832/changing-values-of-complexity-enumeration-list https://www.google.com/search?q=complexity+literal+site%3Ajazz.net&ie=utf-8&oe=utf-8 Mathieu Defianas selected this answer as the correct answer
Comments
Mathieu Defianas
commented Dec 16 '16, 3:45 a.m.
Thanks a lot.
|
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.