work item custom attribute initial problem
I have custom attribute based on Story Points build in attribute (template Scrum). When I create my Work Item then my custom field shows error with message 'choosen value is incorrect'. After save field (listbox) get completly flat and dimmed. This same happens for built in attribute Story Points, hmmm.
I am in stuck with this because I check almost everything together with synchronization and found nothing. Please help. |
2 answers
I am not sure if I fully understand your requirement
but I see from the Scrum template that Story Points is a custom attribute of type Complexity (Enumeration). Did you create another attribute of type Complexity? In that case, please pick Complexity Enumeration and not Complexity Enumeration List as the type. Also, modify the Plan Attribute > Complexity Attribute to pick your custom attribute. Comments
pan radek
commented Jun 07 '13, 4:39 a.m.
Yes you are right, Story Point is a custom attribute but built in.
|
God's sake. Ok, I found little diffrence in my customized template to original one.
my: ...name="Story Points" type="Complexity"/> orig: ...name="Story Points" type="complexity"/> Change Complexity>complexity solve my problem completly. This small bug consume a lot of time to find. I still don't know how it was possible. I see that work with RTC should be very careful. Maybe I duplicated Complexity enumaration, used, and the deleted and back to original Complexity...I don't remember...but why RTC doesn't refresh that simply things. This is very annoying. Thanks to you folks that you put me on the right track :) |
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.
Comments
Could you send the script you are using?
Krzysztof, you mean the source of the process template?
process template will be useful to analyze this...
since you say after save, the field gets dimmed, probably an operation advisor is marking the attribute read-only in specific state..
is the value retained or even the value is lost?