Skip to content

Expose confidential attribute in private API

Jan Provaznik requested to merge epics-conf-api-private into master

What does this MR do?

Exposes Epic's confidential attribute in our private API when creating/updating/listing epic(s), REST and GraphQL APIs will be addressed separately.

This attribute does not have any effect on filtering accessible epics - this will be addressed separately in #213067 (closed) and #213075 (closed).

If confidential_epics feature flag is disabled, then this attribute is ignored.

Related to #213068 (closed)

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

Merge request reports