#
# NOTE: THIS JOBSPEC REQUIRES p4d of 2008.1 or later
#
#
# A Perforce Job Spec Specification.
#
# Updating this form can be dangerous!
# See 'p4 help jobspec' for proper directions.
#
# EXAMPLE P4DTG MAPPING:
#
# Mirror: JIRA->Priority with Perforce->Priority
# ->IssueType with ->Type
# ->Summary with ->Summary
# Copy from JIRA to Perforce
# JIRA->Assignee to Perforce->AssignedTo
# ->Description to ->Description
# ->Comments to ->Comments
# Status/Resolution to ->Status
# Copy from Perforce to JIRA
# Perforce->Fix Details to JIRA->Fix
#
Fields:
101 Job word 32 required
102 Status select 10 required
112 Type select 12 required
103 ReportedBy word 32 once
104 ReportedOn date 20 once
110 ModifiedBy word 32 always
111 ModifiedOn date 30 always
113 AssignedTo word 32 optional
114 Priority select 10 optional
105 Description text 0 optional
115 Summary line 60 required
116 Comments text 0 optional
117 Components text 0 optional
118 AffectsVersions text 0 optional
119 FixVersions text 0 optional
106 DTG_FIXES text 0 optional
107 DTG_DTISSUE word 32 optional
108 DTG_ERROR text 0 optional
109 DTG_MAPID word 32 optional
Values:
Status Open/Reopened/Resolved-Duplicate/Resolved-CannotReproduce/Resolved-Incomplete/Resolved-WontFix/Resolved-Fixed/Closed-Duplicate/Closed-CannotReproduce/Closed-Incomplete/Closed-WontFix/Closed-Fixed/InProgress
Type NewFeature/Task/Sub-task/Improvement/Bug
Priority Major/Minor/Critical/Trivial/Blocker
Presets:
Status Open
Type Bug
ReportedBy $user
ReportedOn $now
ModifiedBy $user
ModifiedOn $now
Summary $blank
Description $blank
Comments $blank
Comments:
# A Perforce Job Specification.
#
# Job: The job name. 'new' generates a sequenced job number.
# Status: Either 'Open', 'Reopened',
# 'Resolved-Duplicate', 'Resolved-CannotReproduce',
# 'Resolved-Incomplete', 'Resolved-WontFix', 'Resolved-Fixed',
# 'Closed-Duplicate', 'Closed-CannotReproduce',
# 'Closed-Incomplete', 'Closed-WontFix' or 'Closed-Fixed',
# or 'InProgress'. Can be changed.
# Type: Either 'NewFeature', 'Task', 'Sub-task', 'Improvement, or
# 'Bug'. Can be changed.
# ReportedBy: The user who created the job.
# ReportedOn: The date this specification was created.
# ModifiedBy: The user who last modified the job.
# ModifiedOn: The date this specification was last modified.
# AssignedTo: The user currently assigned to this job.
# Priority: Either 'Major', 'Minor', 'Critical', 'Trivial' or 'Blocker'.
# Can be changed.
# Summary: Title of the job.
# Description: Description of the job.
# Comments: Comments of the job.
# Components: The components of the product this job involves.
# AffectsVersions: The versions of the product this job affects.
# FixVersions: The versions of the product this job fixes.
# DTG_FIXES: DTG field specifying list of current fixes.
# DTG_DTISSUE: DTG field specifying DT identifier for replication.
# DTG_ERROR: DTG field specifying an error state for replication.