Skip to content

Expose and manage incident management settings

What does this MR do?

Modifies the operations_controller update API to be able to create/update the project_incident_management_settings model.

CE backport: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25728

When this settings form is saved, the update API in the operations controller will be called and the attributes are to be saved in the ProjectIncidentManagementSetting model.

image

What are the relevant issue numbers?

#4925 (closed)

Does this MR meet the acceptance criteria?

Edited by Kamil Trzciński

Merge request reports