tfs2012 - TFS Board Configuration Issue -
i trying configure tfs board new team project , able create work items, states, fields, etc. however, getting when trying configure tfs features.
here questions:
- where can find "typefields/typefield[type='applicationtype'"?
- should go ahead , destroy work items , run feature enablement rid of tf400612?
error/warning log:
[warning] tf400612: existing work item type 'code review request' reused. if feature 'code review' not behaving correctly, can destroy existing work item type , rerun feature enablement.
[warning] tf400612: existing work item type 'code review response' reused. if feature 'code review' not behaving correctly, can destroy existing work item type , rerun feature enablement.
[warning] tf400612: existing work item type 'feedback request' reused. if feature 'feedback' not behaving correctly, can destroy existing work item type , rerun feature enablement.
[warning] tf400612: existing work item type 'feedback response' reused. if feature 'feedback' not behaving correctly, can destroy existing work item type , rerun feature enablement.
[error] tf400654: unable configure planning tools. following element contains error: typefields/typefield[type='applicationstartinformation']. tf400330: application start information field feedback request not configured correctly. contact team foundation server administrator correct configuration.
[error] tf400654: unable configure planning tools. following element contains error: typefields/typefield[type='applicationlaunchinstructions']. tf400329: application launch instructions field feedback request not configured correctly. contact team foundation server administrator correct configuration.
[error] tf400654: unable configure planning tools. following element contains error: typefields/typefield[type='applicationtype']. tf400328: application types feedback request not configured correctly. contact team foundation server administrator correct configuration.
[error] tf400654: unable configure planning tools. object reference not set instance of object.
these fields found in processtemplate.xml file. looks yours jacked up, i'd go in , take look. it's in process template under "workitem tracking"->"process" folder. here reference. also, xml should below feedback work items:
<feedbackrequestworkitems category="microsoft.feedbackrequestcategory" pluralname="feedback requests" singularname="feedback request"> <states> <state value="active" type="inprogress" /> <state value="closed" type="complete" /> </states> </feedbackrequestworkitems> <feedbackresponseworkitems category="microsoft.feedbackresponsecategory" pluralname="feedback responses" singularname="feedback response"> <states> <state value="active" type="inprogress" /> <state value="closed" type="complete" /> </states> </feedbackresponseworkitems>
Comments
Post a Comment