# The form data below was edited by demarily
# 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: job000309
Status: open
Project: perforce-software-p4api-net
Severity: B
ReportedBy: demarily
ReportedDate: 2015/06/23 09:59:18
ModifiedBy: demarily
ModifiedDate: 2015/06/23 09:59:18
OwnedBy: demarily
Description:
p4api.net method rep.GetJob() does not return null if the job does not exist. It returns the job, current/given user, and status = "open".
DevNotes:
Type: Bug