# A Perforce Job Spec Specification. # # Updating this form can be dangerous! # See 'p4 help jobspec' for proper directions. Fields: 101 Job word 32 required 102 Status select 10 required 103 User word 32 once 104 Date date 20 always 106 Type select 10 required 107 ChangeNumber word 10 optional 105 Description text 0 required Comments: # A Perforce Job Specification. # # Job: The job name. 'new' generates a sequenced job number. # Status: Either 'open', 'closed', or 'suspended'. Can be changed. # User: The user who created the job. # Date: The date this specification was last modified. # Type: One of "Addendum","job-ED20M" # ChangeNumber: If an addendum, which change to append to. # Description: Comments about the job/addendum. Required. Values-Status: open/suspended/closed Preset-Status: open Preset-User: $user Preset-Date: $now Values-Type: Addendum/job-ED20M Preset-Type: Addendum Preset-Description: $blank