Bytebase: submit a plan for review
bytebase_submit_plan_for_reviewSubmit a created plan for review to start the approval workflow, opening a review issue that triggers rollout after approval and checks pass.
Instructions
Open a review Issue for a Plan created with bytebase_create_plan. This is the step that actually starts the approval workflow — once approved and its checks pass, Bytebase creates the rollout and runs the SQL. Do not call this unless the user has confirmed the plan is ready to go out for review. If the project defines issue labels (check with bytebase_list_issue_labels first), ask the user which ones to attach instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Plan resource name, e.g. "projects/my-project/plans/123" (returned by bytebase_create_plan). | |
| labels | No | Labels to attach to the issue, if the project uses them. |