You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Description
Implement event emission functionality for ComponentVersion attachments to issues and create corresponding IssueMatches for related ComponentInstances.
The system needs to:
Emit events when a ComponentVersion is attached to an issue
Process these events to create IssueMatches for all ComponentInstances that are associated with the attached ComponentVersion
Acceptance Criteria:
Implement event emission when a ComponentVersion is attached to an issue
Create an event handler to process ComponentVersion attachment events
For each ComponentInstance associated with the ComponentVersion, create a corresponding IssueMatch
Ensure proper error handling and logging throughout the process
The text was updated successfully, but these errors were encountered:
Brain dump: For each ComponentInstance, build IssueVariantMap (needed for Severity) and create IssueMatch. BuildIssueVariantMap needs to be a shared functionality.
GetTargetRemediationTimeline needs to be a shared functionality (maybe in internal/app/shared). This way one function for dealing with the remediation timeline.
Task Description
Implement event emission functionality for
ComponentVersion
attachments to issues and create corresponding IssueMatches for relatedComponentInstances
.The system needs to:
ComponentVersion
is attached to an issueIssueMatches
for allComponentInstances
that are associated with the attachedComponentVersion
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: