creating work - item. is attribute refname just a qualifier?
i want to create a set of work-items to replace our existing requirements-database. these are 12 classes. therefore i had a question.
in the xml-definition of a work-item i do see often the attribute "refname". a value of this attribute is " Microsoft.VSTS.Build.IntegrationBuild". is this just a qualifier? or is there more semantics behind this refname? if it is just a qualifier it should be possible to define something like this:
<FIELD name="CustomerID" refname="ProjectPweb.CustomerID" type="String" reportable="dimension">
<HELPTEXT>something</HELPTEXT>
<SUGGESTEDVALUES>
<LISTITEM value="None"/>
</SUGGESTEDVALUES>
</FIELD>
is this assumption correct?
what do i have to consider when using such refnames?
and if i create a project based on a template containing work-items with self-defined refnames, is it possible to address these refnames with tfs queries or with tfs reports?
and a further question is, where do i find the column "System.WorkItemType" in the sql server,in which table?

