Skip to content

Extract `IncidentManagement::CreateIncidentLabelService` from `IncidentManagement::CreateIssueService`

What does this MR do?

Implements #222310 (closed)

  • Extracts IncidentManagement::CreateIncidentLabelService from IncidentManagement::CreateIssueService.
  • Updates IncidentManagement::CreateIssueService and AlertManagement::CreateAlertIssueService to use the new class.
  • Updates all the usages of IncidentManagement::CreateIssueService::INCIDENT_LABEL to use new constant location (IncidentManagement::CreateIncidentLabelService::LABEL_PROPERTIES)

Screenshots

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
Edited by Rémy Coutable

Merge request reports