Skip to content

Introduce rate limit for creating issues via API

Eugenia Grieff requested to merge 55241-rate-limit-issue-creation-api into master

What does this MR do?

https://gitlab.com/gitlab-org/gitlab/-/issues/55241

Adds a rate limit of 300/minute for the API endpoint POST /api/v4/projects/:id/issues

I've added the limit to the controller and the option to set this values through the Settings page here -> !28129 (merged)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Eugenia Grieff

Merge request reports