# The form data below was edited by norman_morse # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: job000391 Status: open Project: perforce-software-p4api-net Severity: B ReportedBy: norman_morse ReportedDate: 2015/10/27 09:36:54 ModifiedBy: norman_morse ModifiedDate: 2015/10/27 09:40:06 OwnedBy: norman_morse Description: Examples in the Documentation for GetChangelists() are incorrect. All the examples show Repository.GetChangelists(...) // (A static method) But the code should actually be.... Repository rep; rep.GetChangelists(...) // (An instance method) Other Examples in the API should also be reviewed. https://www.perforce.com/perforce/doc.current/manuals/p4api.net/p4api.net_reference/html/M_Perforce_P4_Repository_GetChangelists.htm DevNotes: Type: Bug