Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <SystemControls>
  2. <Control Type="FieldControl" FieldName="System.Title" EmptyText="<Enter title here>" />
  3. <Control Label="Assigned To" Type="FieldControl" FieldName="System.AssignedTo" />
  4. <Control Label="Lead BA:" Type="FieldControl" FieldName="Custom.BAB.LeadBA" />
  5. <Control Label="State" Type="FieldControl" FieldName="System.State" />
  6. <Control Label="Status:" Type="FieldControl" FieldName="Custom.BAB.Status" />
  7. <Control Label="Reason" Type="FieldControl" FieldName="System.Reason" ReadOnly="True" />
  8. <Control Label="Blocked Reason:" Type="FieldControl" FieldName="Custom.BlockedReason" />
  9. <Control Label="Severity:" Type="FieldControl" FieldName="Microsoft.VSTS.Common.Severity" />
  10. <Control Label="Area" Type="WorkItemClassificationControl" FieldName="System.AreaPath" />
  11. <Control Label="Links" Type="LinksControl" Name="Links" />
  12. <Control Label="History" Type="WorkItemLogControl" FieldName="System.History" />
  13. <Control Label="Attachments" Type="AttachmentsControl" Name="Attachments" />
  14. </SystemControls>
  15.  
  16. State Status Lead BA
  17. Severity Area Blocked Reason
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement