Skip to content

Reuse `notables`.`system_note_timestamp` for `resource_state_event`.`created_at`

What does this MR do?

Fixes #20236.

This MR changes the creation of ResourceStateEvents so that the @system_note_timestamp (introduced in gitlab-foss!27124 (merged)) is reused as the created_at timestamp.

This change allows to import issue state events with their correct timestamp via the API.

Screenshots

(Backend only.)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #20236

Edited by Claas Augner

Merge request reports