Issue Endpoint | POST /v1/projects/-/issues |
Issue
drives the database operations in Bytebase. The issue contains following info:
title
and description
.Sheet
object. Each Sheet
contains one or more change statements.Step
. Each Step
specifies one or more changes units. A change unit specifies the SQL statements via Sheet
and the target database.Code sample: https://github.com/bytebase/upsert-issue-action/blob/main/src/main.ts#L86-L92
See Plan API.
See Rollout API.
Issue Endpoint | POST /v1/projects/-/issues |
Issue
drives the database operations in Bytebase. The issue contains following info:
title
and description
.Sheet
object. Each Sheet
contains one or more change statements.Step
. Each Step
specifies one or more changes units. A change unit specifies the SQL statements via Sheet
and the target database.Code sample: https://github.com/bytebase/upsert-issue-action/blob/main/src/main.ts#L86-L92
See Plan API.
See Rollout API.