Is there a way to make a tag field show up with a default value
One answer
If you use built-in Tag attribute, it does not seem to support default value setting.
You can create a new Tag attribute as Small String and then create a default value(https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Default_values) and set that value to the
Tag attribute so that when creating a new work item, the default value will be set.
You can create a new Tag attribute as Small String and then create a default value(https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Default_values) and set that value to the
Tag attribute so that when creating a new work item, the default value will be set.
Comments
Donald Nong
Sep 28 '16, 2:48 a.m.I would like to know as well. As far as I can tell, we need a "Collection" to set values to a Tags attribute, but the Script-based default value seems to always return a "String".