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
![]()
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 :) |
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?