Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 43,822
    • Issues 43,822
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,410
    • Merge requests 1,410
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #351143
Closed
Open
Created Jan 25, 2022 by Eugenia Grieff@egrieff🔴Developer

Limit support for confidential notes to issues and epics

To reduce the scope of MVC we need to limit the note's noteable_type to only support confidentiality when it's an issue or an epic.

This feature is being developed behind the FF confidential_notes.

Proposal

  1. We could perform this check at the policy level. We could add something like :create_confidential_note and then filter by issuable.type
  2. We could validate the noteable type at the model level, before creating the note
Edited Mar 17, 2022 by Eugenia Grieff
Assignee
Assign to
Time tracking