error on tags attribute customization
I am trying to create an attribute customization on the tagsĀ field, in order to add additional tags.
|
2 answers
I was easily able to reproduce the behavior you describe. The {{ }} syntax didn't seem to work. I am afraid I can't find a solution to this using Javascript. I think you could do this without too much problem using a Java based attribute customization, where it is easy to control what type is returned. Let me know if you are interested to know more about how to do that. You can find some useful tips in the bottom of the wiki page and in pages created by Ralph Schoon:
|
I will post here Ian's Wark comment so it can be considered the final 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.
Comments
I know this isn't guaranteed to work.
https://jazz.net/forum/questions/102338/how-to-do-attribute-customization-to-clear-description-field
I'll test this out and see if I can figure out. Have you tried return {{val1|val2}}; type syntax? This can be used to return values in HTML type fields.
I don't think this is critical, but I recommend obtaining the value of the Tags attribute using the built-in WorkItemAttributes.TAGS.