Skip to content

Move publish check to its own method

Sarah Yasonik requested to merge sy-move-publish-check into master

What does this MR do?

What does this MR do?

Context: We want to add a quick action which publishes an issue to a project's associated status page. Right now, the default is to publish all non-confidential issues in the project. With the quick action, issues will only be published if the quick action is used (and the issue is not confidential). A few minor naming tweaks will help prepare for this change without changing any logic.

This MR:

  • Moves the boolean for whether to publish or unpublish an issue to a separate method

Why: This is going to make it easier to add an additional qualifier for whether to publish the issue in the next MR.

Dependent feature MR: !30906 (merged) Related issue: #209849 (closed)

Logic changes are not included in this MR - no changelog will be required.

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