Skip to content

Allow date parameters on Issues, Notes, and Discussions API for group owners

Sean McGivern requested to merge fldubois/gitlab-ce-fix-api-group-createdat into master

Continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15765 - thanks @fldubois!

What does this MR do?

This allows group owners to set created_at and iid in the API. Previously, we only let admins or project owners do this, which was inconsistent.

What are the relevant issue numbers?

Closes #40059 (closed).

Does this MR meet the acceptance criteria?

Edited by Sean McGivern

Merge request reports