IssueInterface
No description
interface IssueInterface implements BaseFields {
aiAgentAnalysis: AiAgentAnalysis
asset: Asset!
assignedUsers: [PortalUserBasicInfoType!]
author: PortalUser!
category: String
createdAt: ISO8601DateTime!
description: String!
history: [IssueHistory!]
id: ID
impactLevel: ImpactLevelCategory
legacyId: ID
patterns: [String!]
permittedStatus: [IssueStatusLabel!]!
probabilityLevel: ProbabilityLevelCategory
project: Project
reference: String
riskAcceptedUntil: ISO8601DateTime
severity: SeverityCategory
solution: String
status: IssueStatusLabel!
statusHistory: [IssueStatusHistory!]!
title: String!
type: Issue!
updatedAt: ISO8601DateTime!
}
Fields
IssueInterface.aiAgentAnalysis ● AiAgentAnalysis object
AI agent analysis information for this issue
IssueInterface.asset ● Asset! non-null object
The asset associated with the vulnerability
IssueInterface.assignedUsers ● [PortalUserBasicInfoType!] list object
IssueInterface.author ● PortalUser! non-null object
The author who created the vulnerability
IssueInterface.category ● String scalar
CWE Categories
IssueInterface.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
IssueInterface.description ● String! non-null scalar
A detailed description of the vulnerability
IssueInterface.history ● [IssueHistory!] list object
IssueInterface.id ● ID scalar
The ID scalar type represents a unique identifier
IssueInterface.impactLevel ● ImpactLevelCategory enum
The impact level of the vulnerability
IssueInterface.legacyId ● ID scalar
ID associated with the old vulnerability management
IssueInterface.patterns ● [String!] list scalar
OWASP Patterns
IssueInterface.permittedStatus ● [IssueStatusLabel!]! non-null enum
List of statuses available for change
IssueInterface.probabilityLevel ● ProbabilityLevelCategory enum
The probability level of the vulnerability being exploited
IssueInterface.project ● Project object
Associated project
IssueInterface.reference ● String scalar
Links for further information
IssueInterface.riskAcceptedUntil ● ISO8601DateTime scalar
The datetime until which the risk is accepted
IssueInterface.severity ● SeverityCategory enum
The severity of the vulnerability
IssueInterface.solution ● String scalar
The solution or mitigation for the vulnerability
IssueInterface.status ● IssueStatusLabel! non-null enum
The current status of the vulnerability
IssueInterface.statusHistory ● [IssueStatusHistory!]! non-null object
List of previous statuses
IssueInterface.title ● String! non-null scalar
The title of the vulnerability
IssueInterface.type ● Issue! non-null enum
The type of the vulnerability (e.g., SAST, SCA, Web, Network, etc.)
IssueInterface.updatedAt ● ISO8601DateTime! non-null scalar
The date when record was updated
Interfaces
BaseFields interface
Returned By
issue query
Member Of
AssociateToRetestProjectPayload object ● Attachment object ● ChangeIssueStatusPayload object ● CreateOrUpdateReachabilityAnalysisPayload object ● CreateOrUpdateScaFindingPayload object ● DisassociateFromRetestProjectPayload object ● IssueInterfaceCollection object ● Project object ● SyncVulnerabilityWithDefectTrackerPayload object ● UpdateScaFindingPayload object
Implemented By
ContainerFinding object ● DastFinding object ● FindingInterface interface ● IacFinding object ● NetworkVulnerability object ● SastFinding object ● ScaFinding object ● SecretFinding object ● SourceCodeVulnerability object ● VulnerabilityInterface interface ● WebVulnerability object