Setting deafult values for Tags and File Against on a new Work Item type
Hello,
I have created a new work item type called "new project request". I want to set the default value for tags and filed against for this new work item type only. Is it possible?
I went as far as creating a new Attribute called Tags (id: tags1) with the Kind Tags but looking at the Attribute Customization for Default Value Provider it does not list Tags.
And while Filed Against is a Category and the Attribute Customization for Default Value Provider does list Category I want to make sure it only impacts this new Work Item type.
Thanks
Jason
Accepted answer
Attribute Customization is on attribute level and will affect all attributes on all work item types they are configured.
Only JavaScript and Java based attribute customization could detect the type of the work item and work different for different types.
Having said that, there is almost no information available at work item creation time and the information e.g. the type can be changed later, so I think default value provider are pretty useless. SeeĀ https://rsjazz.wordpress.com/2016/07/15/rtc-process-customization-what-you-can-and-cannot-do/ for some insight what you can and can not do.