Skip to main content

AnalysisHistory

No description

type AnalysisHistory {
activeAllocation: Boolean
changeTime: ISO8601DateTime
comment: String
createdAt: ISO8601DateTime!
deliveryDate: ISO8601DateTime
editedComment: Boolean
environmentInvaded: Boolean
environmentInvadedComment: String
estimateId: Int
estimatedDays: Int
estimatedHours: Int
estimatedMinutes: Int
id: ID!
pausedComment: String
portalUserEmail: String
portalUserName: String
project: Project!
projectCycleId: Int
projectId: Int @deprecated
sacId: String
startedAt: ISO8601DateTime
status: String
updatedAt: ISO8601DateTime!
versionTag: String
vulnCount: Int
vulnerabilityIds: String
}

Fields

AnalysisHistory.activeAllocation ● Boolean scalar

AnalysisHistory.changeTime ● ISO8601DateTime scalar

AnalysisHistory.comment ● String scalar

AnalysisHistory.createdAt ● ISO8601DateTime! non-null scalar

AnalysisHistory.deliveryDate ● ISO8601DateTime scalar

AnalysisHistory.editedComment ● Boolean scalar

AnalysisHistory.environmentInvaded ● Boolean scalar

AnalysisHistory.environmentInvadedComment ● String scalar

AnalysisHistory.estimateId ● Int scalar

AnalysisHistory.estimatedDays ● Int scalar

AnalysisHistory.estimatedHours ● Int scalar

AnalysisHistory.estimatedMinutes ● Int scalar

AnalysisHistory.id ● ID! non-null scalar

AnalysisHistory.pausedComment ● String scalar

AnalysisHistory.portalUserEmail ● String scalar

AnalysisHistory.portalUserName ● String scalar

AnalysisHistory.project ● Project! non-null object

AnalysisHistory.projectCycleId ● Int scalar

AnalysisHistory.projectId ● Int deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'project' to get the information that you need

AnalysisHistory.sacId ● String scalar

AnalysisHistory.startedAt ● ISO8601DateTime scalar

AnalysisHistory.status ● String scalar

AnalysisHistory.updatedAt ● ISO8601DateTime! non-null scalar

AnalysisHistory.versionTag ● String scalar

AnalysisHistory.vulnCount ● Int scalar

AnalysisHistory.vulnerabilityIds ● String scalar

Member Of

Project object