You can use the following sample for customizing the Detail view for the requirement component.
<html> <head></head> <body> <b>Requirement</b>: #~~Number~~<br> <b>Name</b>: ~~Name~~<br> <b>Version</b>: ~~RevisionNumber~~<br> <b>Modified By</b>: ~~ModifiedUserID~~<br> <b>Modified On</b>: ~~ModifiedTime~~<br> <b>Comment</b>: ~~Comment~~<br> <b>Created By</b>: ~~CreatedUserID~~<br> <b>Created On</b>: ~~CreatedTime~~<br> <b>Owner</b>: ~~Owner~~<br> <b>Status</b>: ~~Status~~<br> <b>Priority</b>: ~~Priority~~<br> <b>Locked By</b>: ~~ExclusiveLocker~~<br> <b>Description</b>: ~~Description~~<br> <b>Attachments</b>: ~~AttachmentLinks~~<br> <b>Attachment Count</b>: ~~AttachmentCount~~<br> <b>Attachment names</b>: ~~AttachmentNames~~<br> <b>Read Status User List</b>: ~~ReadStatusUserList~~<br> <b>Share State</b>: ~~ShareState~~<br> <b>CommentID</b>: ~~CommentID~~<br> <b>Disabled</b>: ~~Disabled~~<br> <b>Children Count</b>: ~~ChildrenCount~~<br> <b>Child Type</b>: ~~ChildType~~<br> <b>Non-Exclusive Lockers</b>: ~~NonExclusiveLockers~~<br> <b>Short Comment</b>: ~~ShortComment~~<br> <b>Recipient Count</b>: ~~RecipientCount~~<br> <b>Folder Path</b>: ~~Folder Path~~<br> <b>Object ID</b>: ~~ID~~<br> <b>Flag</b>: ~~Flag~~<br> <b>Read Only</b>: ~~ReadOnly~~<br> <b>My Lock</b>: ~~MyLock~~<br> <b>Configuration Time</b>: ~~ConfigurationTime~~<br> <b>End Modified Time</b>: ~~EndModifiedTime~~<br> <b>Am I Responsible?</b>: ~~AmIResponsible~~<br> <b>New Revision Comment</b>: ~~NewRevisionComment~~<br> <b>Type</b>: ~~Type~~<br> <b>Attachment IDs</b>: ~~AttachmentIDs~~<br> <b>Dot Notation</b>: ~~DotNotation~~<br> <b>Read Status</b>: ~~ReadStatus~~<br> <b>Parent Requirement ID</b>: ~~ParentRequirementID~~<br> <b>Ambiguities Found</b>: ~~AmbiguitiesFound~~<br> <b>Expected Effort</b>: ~~ExpectedEffort~~<br> <b>External Reference</b>: ~~ExternalReference~~<br> <b>High Effort</b>: ~~HighEffort~~<br> <b>Low Effort</b>: ~~LowEffort~~<br> <b>Notes</b>: ~~Notes~~<br> <b>Responsible Count</b>: ~~ResponsibleCount~~<br> <b>Responsible Names</b>: ~~ResponsibleNames~~<br> <b>Revised Description</b>: ~~RevisedDescription~~<br> </body> </html>
The fields used in the Detail view HTML templates are recognized by the client when they are contained between double tilde ~~ characters. For example: ~~Status~~ represents the Status field found in the Requirement dialog box. Refer to the link at the bottom of this topic for more information about the fields that you can use in the Detail view templates.