Skip to content

Expose project_id to merge request notable data

Jake Burden requested to merge 191455-add-project-id-to-mr-noteable into master

What does this MR do?

This MR exposes project_id in merge request notable data. The project_id is needed to send a PUT request to update an MR. Being able to update an MR will allow us to finish this feature (#191455 (closed)) in which we are updating the assignees of an MR via a button in the notes action component.

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 Jake Burden

Merge request reports