Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.1 KB

File metadata and controls

24 lines (17 loc) · 1.1 KB

Job

Properties

Name Type Description Notes
id String [optional]
name String [optional]
briefing String [optional]
dueDate OffsetDateTime [optional]
state String [optional]
ticketUrl String [optional]
project ProjectShort [optional]
branch BranchName [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]
automationId String The ID of the automation that created this job, or null if the job was created manually. [optional]
jobTemplateId String The ID of the job template this job was created from, or null if no template was used. [optional]
reviewDueDate OffsetDateTime The review due date for this job. Returns `null` when the project does not have review workflow enabled. [optional]