Skip to content

feat(cmd/issue/update): add --public and --confidential flags

Kerri Miller requested to merge github/fork/maxice8/issue-is-confidential into trunk

Created by: maxice8

Description

they allow making an issue public or confidential, as documented by GitLab here1 and in their API2 (see confidential field)

Related Issue

Resolves #395 (closed)

How Has This Been Tested? Tested against the usecase presented in #395 (closed)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports